From 00263aa710722f69f780042c2f6efa3173020c68 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 15 Feb 2020 22:08:50 +0100 Subject: [PATCH] cc_types: init type with empty name In this class not required --- src/gui/components/cc_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_types.cpp b/src/gui/components/cc_types.cpp index 65cd28d6d..be49a0e05 100644 --- a/src/gui/components/cc_types.cpp +++ b/src/gui/components/cc_types.cpp @@ -29,7 +29,7 @@ CCTypes::CCTypes() { cc_item_type.id = CC_ITEMTYPE_GENERIC; - cc_item_type.name = "cc_generic_type"; + cc_item_type.name = ""; }