summaryrefslogtreecommitdiff
path: root/src/resources/atlasmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/atlasmanager.h')
-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 8b2baef17..bf95c5d1c 100644
--- a/src/resources/atlasmanager.h
+++ b/src/resources/atlasmanager.h
@@ -86,9 +86,9 @@ class AtlasResource final : public Resource
~AtlasResource();
- void incRef() override;
+ void incRef() override final;
- void decRef() override;
+ void decRef() override final;
std::vector<TextureAtlas*> atlases;
};