- fix build after merge

This commit is contained in:
Alfred Reynolds
2021-08-03 09:18:34 +12:00
parent c3086ab4ce
commit e09c4d4f9f
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ public:
protected:
int getImageRotation(const std::string &fileName);
bool imageValidForAspect(const std::string &fileName, const int rotation);
bool imageMatchesFilter(const std::string& fileName);
bool imageMatchesFilter(const std::string& fileName, const int rotation);
std::unique_ptr<PathTraverser>& pathTraverser;
char aspect;
bool fitAspectAxisToWindow = false;