summaryrefslogtreecommitdiffstats
path: root/wti.c
diff options
context:
space:
mode:
Diffstat (limited to 'wti.c')
-rw-r--r--wti.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wti.c b/wti.c
index e7120f8a..fab52327 100644
--- a/wti.c
+++ b/wti.c
@@ -457,7 +457,8 @@ finalize_it:
* before anything else is called inside this class.
* rgerhards, 2008-01-09
*/
-BEGINObjClassInit(wti, 1) /* one is the object version (most important for persisting) */
+BEGINObjClassInit(wti, 1, OBJ_IS_CORE_MODULE) /* one is the object version (most important for persisting) */
+ /* request objects we use */
ENDObjClassInit(wti)
/*