X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_sound.cpp;h=3d43731da669103fdf512919c800127eb6324fc9;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=d8ad2b3b8dd4c70a09db958227ae3c4cbe207228;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_sound.cpp b/synfig-studio/trunk/src/gtkmm/widget_sound.cpp index d8ad2b3..3d43731 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_sound.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_sound.cpp @@ -37,6 +37,8 @@ #include "widget_sound.h" #include "audiocontainer.h" +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -137,7 +139,7 @@ void studio::Widget_Sound::draw() on_expose_event(); } -bool studio::Widget_Sound::on_expose_event(GdkEventExpose *heh) +bool studio::Widget_Sound::on_expose_event(GdkEventExpose */*heh*/) { if(!get_window()) return false;