make things compile

This commit is contained in:
Grant Limberg 2025-04-03 14:26:09 -07:00
parent 5c73fe9304
commit 0b04f772ef
8 changed files with 700 additions and 72 deletions

View file

@ -150,10 +150,6 @@ public:
_changeListeners.push_back(listener);
}
virtual bool ready() {
return true;
}
protected:
static inline bool _compareRecords(const nlohmann::json &a,const nlohmann::json &b)
{