aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/core/mb-wm-client-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/core/mb-wm-client-base.c')
-rw-r--r--matchbox/core/mb-wm-client-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/core/mb-wm-client-base.c b/matchbox/core/mb-wm-client-base.c
index 3196adc..18ab286 100644
--- a/matchbox/core/mb-wm-client-base.c
+++ b/matchbox/core/mb-wm-client-base.c
@@ -71,7 +71,7 @@ mb_wm_client_base_class_init (MBWMObjectClass *klass)
client->sync = mb_wm_client_base_display_sync;
client->focus = mb_wm_client_base_focus;
-#ifdef MBWM_WANT_DEBUG
+#if MBWM_WANT_DEBUG
klass->klass_name = "MBWMClientBase";
#endif
}