Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_sound.cpp
index 34dcb30..3d43731 100644 (file)
@@ -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;