Release synfig_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@
[synfig.git] / synfig-studio / tags / stable / src / gtkmm / dialog_soundselect.cpp
index 453a68c..264b027 100644 (file)
@@ -32,6 +32,8 @@
 #include "dialog_soundselect.h"
 #include <gtkmm/table.h>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -50,7 +52,7 @@ using namespace synfig;
 
 /* === E N T R Y P O I N T ================================================= */
 
-studio::Dialog_SoundSelect::Dialog_SoundSelect(Gtk::Window &parent, etl::handle<synfigapp::CanvasInterface> ci)
+studio::Dialog_SoundSelect::Dialog_SoundSelect(Gtk::Window &/*parent*/, etl::handle<synfigapp::CanvasInterface> ci)
 :Dialog(_("Sound Select")),
 okbutton(_("Ok")),
 canvas_interface(ci)