summaryrefslogtreecommitdiff
path: root/src/resources/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/atlas')
-rw-r--r--src/resources/atlas/atlasitem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/atlas/atlasitem.h b/src/resources/atlas/atlasitem.h
index a5d4d9116..835d7faa8 100644
--- a/src/resources/atlas/atlasitem.h
+++ b/src/resources/atlas/atlasitem.h
@@ -50,6 +50,9 @@ struct AtlasItem final : public MemoryCounter
// +++ here need print, but not add to sum size of image
}
+ std::string getCounterName() const override
+ { return name; }
+
Image *image;
std::string name;
int x;