utility: Fixed bad performance of FilePath comparison

This commit is contained in:
Eberhard Graether
2015-04-23 22:31:51 +02:00
parent 3c7c3da527
commit ee8d35f084
2 changed files with 18 additions and 5 deletions
+3
View File
@@ -27,7 +27,10 @@ public:
bool operator<(const FilePath& other) const;
private:
void init();
boost::filesystem::path m_path;
bool m_exists;
};
#endif // FILE_PATH_H