diff options
Diffstat (limited to 'include/serialize.h')
-rw-r--r-- | include/serialize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/serialize.h b/include/serialize.h index 973c5ba51..918944804 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -32,6 +32,7 @@ namespace Serialize virtual ~Data() { } virtual std::iostream& operator[](const Anope::string &key) = 0; + virtual std::set<Anope::string> KeySet() const { throw CoreException("Not supported"); } virtual bool IsEqual(Data *other) { throw CoreException("Not supported"); } |