ChatON: Add constructor for ChatTemplates which chains into GKV
This commit is contained in:
parent
d9959b74e7
commit
b944d04d08
|
|
@ -301,9 +301,13 @@ public:
|
|||
|
||||
class ChatTemplates : public GroupKV {
|
||||
|
||||
public:
|
||||
|
||||
ChatTemplates(GroupKVMapMapVariant defaultMap) : GroupKV(defaultMap) {}
|
||||
|
||||
};
|
||||
|
||||
ChatTemplates gCT;
|
||||
ChatTemplates gCT = {{}};
|
||||
|
||||
#ifdef CHATON_JSON
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue