diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-23 12:17:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-23 12:17:12 +0100 |
commit | ae9cc0570ad7bd7a879bea1447b12fa9284b569c (patch) | |
tree | d112ccc202f04b3d100652504ed8aaf39ed068da /src/scenery.hpp | |
parent | a737d0cea5ca8bdcd3f9cfc38e29f8a15992ca3e (diff) |
a
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r-- | src/scenery.hpp | 2 |
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 |