Browse Source

Fix filename

AlexVinS 10 years ago
parent
commit
a2b4b8a6de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/CMapFormatTest.cpp

+ 1 - 1
test/CMapFormatTest.cpp

@@ -17,7 +17,7 @@
 #include "../lib/mapping/CMap.h"
 #include "../lib/rmg/CMapGenOptions.h"
 #include "../lib/rmg/CMapGenerator.h"
-#include "../lib/mapping/MapFormatJSON.h"
+#include "../lib/mapping/MapFormatJson.h"
 
 #include "MapComparer.h"