diff options
author | Adam <Adam@anope.org> | 2016-10-01 09:42:51 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-01 09:43:04 -0400 |
commit | ddfe45c4d9cad8999b7f11ea623149aa441e1b58 (patch) | |
tree | 0426fcca19570d3504efd8137f5c8e2d7fba9ad7 /include/opertype.h | |
parent | 80018f8a23b88337c478de2f23f5d6f97a3f152d (diff) |
sql_oper: various fixups to compile on 2.1
Diffstat (limited to 'include/opertype.h')
-rw-r--r-- | include/opertype.h | 1 |
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; |