X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fhistorytreestore.cpp;h=1544a610174c21dcd26648111da02c417c9ebc47;hb=72dc78092947e9abef71cc98651a11495682bbaf;hp=e54f31ce67b02b3eb17e5c1e2357c6ac4fc4e9dd;hpb=4cb5360f578f79e5d9e234570018d762ea0a964f;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/historytreestore.cpp b/synfig-studio/tags/stable/src/gtkmm/historytreestore.cpp index e54f31c..1544a61 100644 --- a/synfig-studio/tags/stable/src/gtkmm/historytreestore.cpp +++ b/synfig-studio/tags/stable/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);