summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/ChunkLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/QtBiomeVisualiser/ChunkLoader.h')
-rw-r--r--Tools/QtBiomeVisualiser/ChunkLoader.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tools/QtBiomeVisualiser/ChunkLoader.h b/Tools/QtBiomeVisualiser/ChunkLoader.h
index 4d026a45e..e6eb80cbf 100644
--- a/Tools/QtBiomeVisualiser/ChunkLoader.h
+++ b/Tools/QtBiomeVisualiser/ChunkLoader.h
@@ -7,6 +7,15 @@
+#if (!defined(_MSC_VER) && (__cplusplus < 201103L))
+ // GCC in non-c++11 mode doesn't have the "override" keyword
+ #define override
+#endif
+
+
+
+
+
// fwd:
class Chunk;
typedef std::shared_ptr<Chunk> ChunkPtr;