cc_types: init type with empty name

In this class not required


Origin commit data
------------------
Commit: 4f43380904
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-02-16 (Sun, 16 Feb 2020)
This commit is contained in:
2020-02-16 20:53:09 +01:00
committed by vanhofen
parent 6653d4706b
commit 58c6cb60f0

View File

@@ -29,7 +29,7 @@
CCTypes::CCTypes() CCTypes::CCTypes()
{ {
cc_item_type.id = CC_ITEMTYPE_GENERIC; cc_item_type.id = CC_ITEMTYPE_GENERIC;
cc_item_type.name = "cc_generic_type"; cc_item_type.name = "";
} }