summaryrefslogtreecommitdiffhomepage
path: root/editor/scenery-editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/scenery-editor.hpp')
-rw-r--r--editor/scenery-editor.hpp2
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;