ChatON: Add constructor for ChatTemplates which chains into GKV

This commit is contained in:
HanishKVC 2024-05-11 23:31:53 +05:30
parent d9959b74e7
commit b944d04d08
1 changed files with 5 additions and 1 deletions

View File

@ -301,9 +301,13 @@ public:
class ChatTemplates : public GroupKV {
public:
ChatTemplates(GroupKVMapMapVariant defaultMap) : GroupKV(defaultMap) {}
};
ChatTemplates gCT;
ChatTemplates gCT = {{}};
#ifdef CHATON_JSON