aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/core/mb-wm-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/core/mb-wm-layout.c')
-rw-r--r--matchbox/core/mb-wm-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/core/mb-wm-layout.c b/matchbox/core/mb-wm-layout.c
index 7b00f48..889ae1d 100644
--- a/matchbox/core/mb-wm-layout.c
+++ b/matchbox/core/mb-wm-layout.c
@@ -17,7 +17,7 @@ mb_wm_layout_class_init (MBWMObjectClass *klass)
layout_class->update = mb_wm_layout_real_update;
-#ifdef MBWM_WANT_DEBUG
+#if MBWM_WANT_DEBUG
klass->klass_name = "MBWMLayout";
#endif
}