ChatON: Add constructor for ChatTemplates which chains into GKV
This commit is contained in:
parent
d9959b74e7
commit
b944d04d08
1 changed files with 5 additions and 1 deletions
|
@ -301,9 +301,13 @@ public:
|
||||||
|
|
||||||
class ChatTemplates : public GroupKV {
|
class ChatTemplates : public GroupKV {
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
|
ChatTemplates(GroupKVMapMapVariant defaultMap) : GroupKV(defaultMap) {}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ChatTemplates gCT;
|
ChatTemplates gCT = {{}};
|
||||||
|
|
||||||
#ifdef CHATON_JSON
|
#ifdef CHATON_JSON
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue