Renamed namespaces to all lowercase
[supertux.git] / src / object / ambient_sound.hpp
index fc7bd1f..8567c32 100644 (file)
@@ -49,7 +49,7 @@ class SoundSource;
 
 class AmbientSound : public GameObject, 
                      public ScriptInterface, 
-                     public Scripting::AmbientSound
+                     public scripting::AmbientSound
 {
 public:
   AmbientSound(const Reader& lisp);