From 58c6cb60f0b12bbefc0bf18af3f3fac25d1ef43d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 16 Feb 2020 20:53:09 +0100 Subject: [PATCH] cc_types: init type with empty name In this class not required Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/4f4338090446a959ba22a7da21fdf014fdd84661 Author: Thilo Graf Date: 2020-02-16 (Sun, 16 Feb 2020) --- 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 = ""; }