summaryrefslogtreecommitdiff
path: root/include/opertype.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-10-01 09:42:51 -0400
committerAdam <Adam@anope.org>2016-10-01 09:43:04 -0400
commitddfe45c4d9cad8999b7f11ea623149aa441e1b58 (patch)
tree0426fcca19570d3504efd8137f5c8e2d7fba9ad7 /include/opertype.h
parent80018f8a23b88337c478de2f23f5d6f97a3f152d (diff)
sql_oper: various fixups to compile on 2.1
Diffstat (limited to 'include/opertype.h')
-rw-r--r--include/opertype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opertype.h b/include/opertype.h
index 26f33d234..da8460e44 100644
--- a/include/opertype.h
+++ b/include/opertype.h
@@ -34,6 +34,7 @@ class Oper : public Serialize::Object
static constexpr const char *const NAME = "oper";
Configuration::Conf *conf = nullptr;
+ Module *owner = nullptr;
using Serialize::Object::Object;