cppcheck clean rtengine/dcp.h

This commit is contained in:
Ingo Weyrich
2021-05-22 12:26:46 +02:00
parent 9972c2e990
commit ce3c5d4cf1
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ public:
bool getHasBaselineExposureOffset() const;
Illuminants getIlluminants() const;
bool isValid();
bool isValid() const;
void apply(
Imagefloat* img,
@@ -159,7 +159,7 @@ public:
void init(const Glib::ustring& rt_profile_dir, bool loadAll = true);
bool isValidDCPFileName(const Glib::ustring& filename) const;
static bool isValidDCPFileName(const Glib::ustring& filename);
DCPProfile* getProfile(const Glib::ustring& filename) const;
DCPProfile* getStdProfile(const Glib::ustring& camShortName) const;