diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 09:45:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 09:57:37 +0100 |
commit | c8f0c67d56716bde17b8699c300332eeac9fd0c4 (patch) | |
tree | feb446095b33f3dad571ac9f4bf84b14cced3903 /anim-crop-tool/atlas.hpp | |
parent | 4c8457ab9d13ff9b5121f5a4761669a07b3f5343 (diff) |
rename clashing type name {,Serialize::}anim_atlas
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; |