X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ftdipp%2Fftdi.hpp;h=6a7f8939d14a0aaf7262754f9e598c46f689307c;hb=refs%2Ftags%2Fv1.4rc1;hp=a0e7235c4b6cee45d32b0f5479744a2c44d0372b;hpb=dcd7e8a307f75474afb23bd5da7048db91faeaa1;p=libftdi diff --git a/ftdipp/ftdi.hpp b/ftdipp/ftdi.hpp index a0e7235..6a7f893 100644 --- a/ftdipp/ftdi.hpp +++ b/ftdipp/ftdi.hpp @@ -2,11 +2,11 @@ ftdi.hpp - C++ wrapper for libftdi ------------------- begin : Mon Oct 13 2008 - copyright : (C) 2008-2014 by Marek Vavruša and libftdi developers + copyright : (C) 2008-2017 by Marek Vavruša and libftdi developers email : opensource@intra2net.com and marek@vavrusa.com ***************************************************************************/ /* -Copyright (C) 2008-2014 by Marek Vavruša and libftdi developers +Copyright (C) 2008-2017 by Marek Vavruša and libftdi developers The software in this package is distributed under the GNU General Public License version 2 (with a special exception described below). @@ -131,7 +131,7 @@ public: int read_pins(unsigned char *pins); /* Misc */ - char* error_string(); + const char* error_string(); protected: int get_strings();