diff options
Diffstat (limited to 'anim-crop-tool/atlas.hpp')
-rw-r--r-- | anim-crop-tool/atlas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anim-crop-tool/atlas.hpp b/anim-crop-tool/atlas.hpp index 41e8ecca..05152a65 100644 --- a/anim-crop-tool/atlas.hpp +++ b/anim-crop-tool/atlas.hpp @@ -23,7 +23,7 @@ struct anim_atlas_row void add_entry(const anim_atlas_entry& x); }; -class anim_atlas +class anim_atlas_ { std::vector<anim_atlas_row> rows = {{}}; unsigned ypos = 0, maxx = 0; |