From db053372c3b10afd89e780ab08a63493ccc3d1a7 Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Fri, 1 Feb 2019 19:59:05 +0000 Subject: clang-tidy recent changes --- src/ui/toolbar/select-toolbar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/toolbar/select-toolbar.cpp') diff --git a/src/ui/toolbar/select-toolbar.cpp b/src/ui/toolbar/select-toolbar.cpp index 8d6805487..e8fc61bc9 100644 --- a/src/ui/toolbar/select-toolbar.cpp +++ b/src/ui/toolbar/select-toolbar.cpp @@ -64,8 +64,8 @@ SelectToolbar::SelectToolbar(SPDesktop *desktop) : { Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - auto select_all_button = add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL); - auto select_all_in_all_layers_button = add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL_IN_ALL_LAYERS); + add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL); + add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL_IN_ALL_LAYERS); auto deselect_button = add_toolbutton_for_verb(SP_VERB_EDIT_DESELECT); _context_items.push_back(deselect_button); -- cgit v1.2.3