some code style improvements

This commit is contained in:
Alberto Griggio
2017-03-05 18:10:42 +01:00
parent f8bf8d18dc
commit 43e32e81ef
4 changed files with 10 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ public:
};
DynamicProfileRule();
bool matches(const rtengine::ImageMetaData *im);
bool matches(const rtengine::ImageMetaData *im) const;
bool operator<(const DynamicProfileRule &other) const;
int serial_number;