Renamed namespaces to all lowercase
[supertux.git] / src / scripting / tilemap.cpp
index ac2d161..709bea2 100644 (file)
@@ -19,7 +19,7 @@
 
 #define NOIMPL      log_fatal << __PRETTY_FUNCTION__ << " not implemented."
 
-namespace Scripting {
+namespace scripting {
 
 TileMap::TileMap(::TileMap* tilemap)
   : tilemap(tilemap)