Renamed namespaces to all lowercase
[supertux.git] / src / object / text_object.hpp
index 8ec495a..24c96a2 100644 (file)
@@ -27,7 +27,7 @@ class Font;
 
 /** A text object intended for scripts that want to tell a story */
 class TextObject : public GameObject, 
-                   public Scripting::Text,
+                   public scripting::Text,
                    public ScriptInterface
 {
   static Color default_color;