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