Fix -Weffc++ warning

This commit is contained in:
Sebastian Meßmer 2015-10-17 20:55:55 +02:00
parent 4c8e953ebe
commit 5a7ed220aa

View File

@ -43,6 +43,8 @@ public:
ParallelAccessStore *_parallelAccessStore;
//TODO We're storing Key twice (here and in the base resource). Rather use getKey() on the base resource if possible somehow.
Key _key;
DISALLOW_COPY_AND_ASSIGN(ResourceRefBase);
};
bool isOpened(const Key &key) const;