Renamed namespaces to all lowercase
[supertux.git] / src / object / display_effect.hpp
index 3d6a8e4..00f4710 100644 (file)
@@ -22,7 +22,7 @@
 #include "supertux/script_interface.hpp"
 
 class DisplayEffect : public GameObject, 
-                      public Scripting::DisplayEffect,
+                      public scripting::DisplayEffect,
                       public ScriptInterface
 {
 public: