Fix -Weffc++ warning
This commit is contained in:
parent
4c8e953ebe
commit
5a7ed220aa
@ -43,6 +43,8 @@ public:
|
|||||||
ParallelAccessStore *_parallelAccessStore;
|
ParallelAccessStore *_parallelAccessStore;
|
||||||
//TODO We're storing Key twice (here and in the base resource). Rather use getKey() on the base resource if possible somehow.
|
//TODO We're storing Key twice (here and in the base resource). Rather use getKey() on the base resource if possible somehow.
|
||||||
Key _key;
|
Key _key;
|
||||||
|
|
||||||
|
DISALLOW_COPY_AND_ASSIGN(ResourceRefBase);
|
||||||
};
|
};
|
||||||
|
|
||||||
bool isOpened(const Key &key) const;
|
bool isOpened(const Key &key) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user