summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-15 20:59:53 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-15 20:59:53 +0300
commit87b23b58fe068f904c2a616edc24866711ebdd2e (patch)
tree93845ff989c0f7ca79fb2ba6f5f1946864043431 /src/resources
parent9ff91fa38d4f6944fb6c14ecc935365231dd4432 (diff)
downloadplus-87b23b58fe068f904c2a616edc24866711ebdd2e.tar.gz
plus-87b23b58fe068f904c2a616edc24866711ebdd2e.tar.bz2
plus-87b23b58fe068f904c2a616edc24866711ebdd2e.tar.xz
plus-87b23b58fe068f904c2a616edc24866711ebdd2e.zip
add missing overrides to atlasmanager.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/atlasmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/atlasmanager.h b/src/resources/atlasmanager.h
index 015a88e81..ce5f20d52 100644
--- a/src/resources/atlasmanager.h
+++ b/src/resources/atlasmanager.h
@@ -82,9 +82,9 @@ class AtlasResource final : public Resource
~AtlasResource();
- void incRef();
+ void incRef() override;
- void decRef();
+ void decRef() override;
std::vector<TextureAtlas*> atlases;
};