X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fhistorytreestore.cpp;h=1544a610174c21dcd26648111da02c417c9ebc47;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;hp=e54f31ce67b02b3eb17e5c1e2357c6ac4fc4e9dd;hpb=c25902b514d64fd65c96ed56171bcd205d19d699;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/historytreestore.cpp b/synfig-studio/trunk/src/gtkmm/historytreestore.cpp index e54f31c..1544a61 100644 --- a/synfig-studio/trunk/src/gtkmm/historytreestore.cpp +++ b/synfig-studio/trunk/src/gtkmm/historytreestore.cpp @@ -103,7 +103,7 @@ HistoryTreeStore::rebuild() } void -HistoryTreeStore::insert_action(Gtk::TreeRow row,etl::handle action, bool is_active, bool is_undo, bool is_redo) +HistoryTreeStore::insert_action(Gtk::TreeRow row,etl::handle action, bool /*is_active*/, bool is_undo, bool is_redo) { assert(action);