diff --git a/app/actions.hpp b/app/actions.hpp index 809b8150..10751e7c 100644 --- a/app/actions.hpp +++ b/app/actions.hpp @@ -73,7 +73,7 @@ class Task { return bResult; } - bool binary() { + bool binary() const { return binary_; } diff --git a/app/exiv2app.hpp b/app/exiv2app.hpp index f93db850..c12fce61 100644 --- a/app/exiv2app.hpp +++ b/app/exiv2app.hpp @@ -217,7 +217,6 @@ class Params : public Util::Getopt { Params(); - private: //! @name Helpers //@{ int setLogLevel(const std::string& optarg); diff --git a/samples/metacopy.hpp b/samples/metacopy.hpp index aafa22e0..003ea66c 100644 --- a/samples/metacopy.hpp +++ b/samples/metacopy.hpp @@ -22,7 +22,6 @@ class Params : public Util::Getopt { std::string read_; //!< Source file std::string write_; //!< Destination file - public: /*! @brief Default constructor. Note that optstring_ is initialized here. */