From 855e27bfc64d77eb390e56f34a56d5af352d65af Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Thu, 10 Oct 2019 17:40:24 +0200 Subject: Fix uninitialized value --- src/ui/widget/combo-tool-item.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/widget') diff --git a/src/ui/widget/combo-tool-item.cpp b/src/ui/widget/combo-tool-item.cpp index ce366d0fc..5e07efdf1 100644 --- a/src/ui/widget/combo-tool-item.cpp +++ b/src/ui/widget/combo-tool-item.cpp @@ -45,6 +45,7 @@ ComboToolItem::ComboToolItem(Glib::ustring group_label, Glib::ustring stock_id, Glib::RefPtr store, bool has_entry) : + _active(-1), _group_label(std::move( group_label )), _tooltip(std::move( tooltip )), _stock_id(std::move( stock_id )), -- cgit v1.2.3