summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};