mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
cc_types: init type with empty name
In this class not required
This commit is contained in:
@@ -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 = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user