X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FChunkStore.hpp;h=a0fd0f93686b07b68a934160c658cc4390828e76;hb=3185bad87c06739e4ec19b456c7158437ba9621f;hp=79a9db1d1373ccb859705a06acf3deb4d115d201;hpb=b3c37033944671429f8db22c3754caef7add1695;p=blank.git diff --git a/src/world/ChunkStore.hpp b/src/world/ChunkStore.hpp index 79a9db1..a0fd0f9 100644 --- a/src/world/ChunkStore.hpp +++ b/src/world/ChunkStore.hpp @@ -13,7 +13,7 @@ class ChunkIndex; class ChunkStore { public: - ChunkStore(const BlockTypeRegistry &); + explicit ChunkStore(const BlockTypeRegistry &); ~ChunkStore(); ChunkStore(const ChunkStore &) = delete;