diff options
Diffstat (limited to '')
-rw-r--r-- | src/ChunkDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkDef.h b/src/ChunkDef.h index ded0bdf4c..7247cf5e4 100644 --- a/src/ChunkDef.h +++ b/src/ChunkDef.h @@ -404,7 +404,7 @@ public: } }; -typedef std::list<cChunkCoordsWithBool> cChunkCoordWithBoolList; +typedef std::list<cChunkCoordsWithBool> cChunkCoordsWithBoolList; |