diff options
Diffstat (limited to 'editor/scenery-editor.hpp')
-rw-r--r-- | editor/scenery-editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/scenery-editor.hpp b/editor/scenery-editor.hpp index 8f2ea051..eb78bb01 100644 --- a/editor/scenery-editor.hpp +++ b/editor/scenery-editor.hpp @@ -10,7 +10,7 @@ struct anim_atlas; struct scenery_editor final { - struct scenery_ { + struct scenery_ final { String name, descr; scenery_proto proto; }; |