X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fwidget_sound.cpp;h=3d43731da669103fdf512919c800127eb6324fc9;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=d8ad2b3b8dd4c70a09db958227ae3c4cbe207228;hpb=f6184c2a9c2245aae802c31c8f3300e1b744359c;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/widget_sound.cpp b/synfig-studio/tags/stable/src/gtkmm/widget_sound.cpp index d8ad2b3..3d43731 100644 --- a/synfig-studio/tags/stable/src/gtkmm/widget_sound.cpp +++ b/synfig-studio/tags/stable/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;