diff options
Diffstat (limited to 'src/light.hpp')
-rw-r--r-- | src/light.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/light.hpp b/src/light.hpp index b5c4469a..7fc429ea 100644 --- a/src/light.hpp +++ b/src/light.hpp @@ -39,7 +39,7 @@ struct light final : object explicit operator light_proto() const; - friend struct world; + friend class world; }; template<> struct object_type_<struct light> : std::integral_constant<object_type, object_type::light> {}; |