We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471b816 commit d466c1eCopy full SHA for d466c1e
app/actions.hpp
@@ -73,7 +73,7 @@ class Task {
73
return bResult;
74
}
75
76
- bool binary() {
+ bool binary() const {
77
return binary_;
78
79
app/exiv2app.hpp
@@ -217,7 +217,6 @@ class Params : public Util::Getopt {
217
218
Params();
219
220
- private:
221
//! @name Helpers
222
//@{
223
int setLogLevel(const std::string& optarg);
samples/metacopy.hpp
@@ -22,7 +22,6 @@ class Params : public Util::Getopt {
22
std::string read_; //!< Source file
23
std::string write_; //!< Destination file
24
25
- public:
26
/*!
27
@brief Default constructor. Note that optstring_ is initialized here.
28
*/
0 commit comments