Apply code-cleanup patch from @Floessie

See https://github.com/Beep6581/RawTherapee/pull/5325
This commit is contained in:
Eric Jiang
2019-06-18 18:02:10 -07:00
parent a25655cafd
commit 789edc5bd3
3 changed files with 70 additions and 42 deletions

View File

@@ -127,7 +127,7 @@ public:
std::string getModel (unsigned int frame = 0) const override;
std::string getLens (unsigned int frame = 0) const override;
std::string getSerialNumber (unsigned int frame = 0) const;
std::string getOrientation (unsigned int frame = 0) const;
std::string getOrientation (unsigned int frame = 0) const override;
int getRating (unsigned int frame = 0) const override;
};