X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_sound.cpp;h=3d43731da669103fdf512919c800127eb6324fc9;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=34dcb3020b90848c7a98fe540c67483a12d6f5de;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_sound.cpp b/synfig-studio/trunk/src/gtkmm/widget_sound.cpp index 34dcb30..3d43731 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_sound.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_sound.cpp @@ -2,7 +2,7 @@ /*! \file widget_sound.cpp ** \brief Widget Sound Implementation File ** -** $Id: widget_sound.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -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;