Release synfig_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@
[synfig.git] / synfig-studio / tags / stable / src / gtkmm / state_fill.cpp
index b09951a..51ab488 100644 (file)
@@ -40,6 +40,8 @@
 #include "canvasview.h"
 #include <synfigapp/main.h>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -102,7 +104,7 @@ StateFill_Context::StateFill_Context(CanvasView *canvas_view):
        canvas_view(canvas_view),
        is_working(*canvas_view)
 {
-       synfig::info("Enterted Fill State");
+       synfig::info("Entered Fill State");
        canvas_view->work_area->set_cursor(Gdk::CROSSHAIR);
 
        App::toolbox->refresh();
@@ -116,7 +118,7 @@ StateFill_Context::~StateFill_Context()
 }
 
 Smach::event_result
-StateFill_Context::event_stop_handler(const Smach::event& x)
+StateFill_Context::event_stop_handler(const Smach::event& /*x*/)
 {
        synfig::info("STATE FILL: Received Stop Event");
        throw Smach::egress_exception();
@@ -125,7 +127,7 @@ StateFill_Context::event_stop_handler(const Smach::event& x)
 }
 
 Smach::event_result
-StateFill_Context::event_refresh_handler(const Smach::event& x)
+StateFill_Context::event_refresh_handler(const Smach::event& /*x*/)
 {
        synfig::info("STATE FILL: Received Refresh Event");
        canvas_view->work_area->queue_render_preview();