Fixing a few compiler errors, thanks to bluescreen_avenger at verizon dot net
[supertux.git] / src / gui / button.cpp
index 587b1e3..8561dd4 100644 (file)
@@ -21,7 +21,7 @@
 
 FontPtr Button::info_font;
 
-Button::Button(SurfacePtr image_, std::string info_, SDLKey binding_) :
+Button::Button(SurfacePtr image_, std::string info_, SDL_Keycode binding_) :
   pos(),
   size(),
   image(),