summaryrefslogtreecommitdiffstats
path: root/ctok_token.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctok_token.c')
-rw-r--r--ctok_token.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctok_token.c b/ctok_token.c
index 13a39a54..fa21d12c 100644
--- a/ctok_token.c
+++ b/ctok_token.c
@@ -119,7 +119,7 @@ finalize_it:
ENDobjQueryInterface(ctok_token)
-BEGINObjClassInit(ctok_token, 1) /* class, version */
+BEGINObjClassInit(ctok_token, 1, OBJ_IS_CORE_MODULE) /* class, version */
/* request objects we use */
CHKiRet(objUse(var));