Renamed namespaces to all lowercase
[supertux.git] / src / worldmap / teleporter.hpp
index 18c4236..210e546 100644 (file)
@@ -26,7 +26,7 @@
 
 class Sprite;
 
-namespace WorldMapNS {
+namespace worldmap {
 
 class Teleporter : public GameObject
 {
@@ -56,7 +56,7 @@ public:
   std::string message;
 };
 
-} // namespace WorldMapNS
+} // namespace worldmap
 
 #endif