X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fhistorytreestore.cpp;h=1544a610174c21dcd26648111da02c417c9ebc47;hb=fa0d98d6982bcc2fc503cf7c0f4c05df30a5c370;hp=e54f31ce67b02b3eb17e5c1e2357c6ac4fc4e9dd;hpb=f6184c2a9c2245aae802c31c8f3300e1b744359c;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);