aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/client-types/mb-wm-client-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/client-types/mb-wm-client-input.c')
-rw-r--r--matchbox/client-types/mb-wm-client-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/client-types/mb-wm-client-input.c b/matchbox/client-types/mb-wm-client-input.c
index 24e871c..521f890 100644
--- a/matchbox/client-types/mb-wm-client-input.c
+++ b/matchbox/client-types/mb-wm-client-input.c
@@ -36,7 +36,7 @@ mb_wm_client_input_class_init (MBWMObjectClass *klass)
client->realize = mb_wm_client_input_realize;
client->detransitise = mb_wm_client_input_detransitise;
-#ifdef MBWM_WANT_DEBUG
+#if MBWM_WANT_DEBUG
klass->klass_name = "MBWMClientInput";
#endif
}