diff options
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; |