summaryrefslogtreecommitdiffstats
path: root/vmop.c
diff options
context:
space:
mode:
Diffstat (limited to 'vmop.c')
-rw-r--r--vmop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmop.c b/vmop.c
index 8e3ae90c..199ec4cd 100644
--- a/vmop.c
+++ b/vmop.c
@@ -216,7 +216,7 @@ ENDobjQueryInterface(vmop)
* before anything else is called inside this class.
* rgerhards, 2008-02-19
*/
-BEGINObjClassInit(vmop, 1) /* class, version */
+BEGINObjClassInit(vmop, 1, OBJ_IS_CORE_MODULE) /* class, version */
/* request objects we use */
CHKiRet(objUse(var));