summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r--src/chunk.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp
index 75fe4bc7..3e142abf 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -21,8 +21,9 @@ struct object_proto;
class tile_iterator;
class tile_const_iterator;
-struct chunk final
+class chunk final
{
+public:
friend struct tile_ref;
friend struct object;
friend class world;