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 8a48373f..999e9e15 100644 --- a/editor/scenery-editor.hpp +++ b/editor/scenery-editor.hpp @@ -17,7 +17,7 @@ public: struct scenery_ final { String name, descr; scenery_proto proto; - operator bool() const noexcept; + explicit operator bool() const noexcept; }; scenery_editor() noexcept; |