summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-23 12:17:12 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-23 12:17:12 +0100
commitae9cc0570ad7bd7a879bea1447b12fa9284b569c (patch)
treed112ccc202f04b3d100652504ed8aaf39ed068da /src/scenery.hpp
parenta737d0cea5ca8bdcd3f9cfc38e29f8a15992ca3e (diff)
a
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r--src/scenery.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp
index 9135b548..05b0683a 100644
--- a/src/scenery.hpp
+++ b/src/scenery.hpp
@@ -31,7 +31,7 @@ struct scenery_proto : object_proto
~scenery_proto() noexcept override;
scenery_proto& operator=(const scenery_proto&);
bool operator==(const object_proto& proto) const override;
- operator bool() const;
+ explicit operator bool() const;
};
struct scenery final : object