Reverted change of src/Jamfile in 4471 as it prevented miniswig from updating src...
[supertux.git] / src / scripting / ambient_sound.hpp
index 2cff32c..7fefdb3 100644 (file)
@@ -13,11 +13,10 @@ public:
 #endif
 
   virtual void set_pos(float x, float y) = 0;
-  virtual float get_pos_x() = 0;
-  virtual float get_pos_y() = 0;
+  virtual float get_pos_x() const = 0;
+  virtual float get_pos_y() const = 0;
 };
 
 }
 
 #endif
-