aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lout/debug.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lout/debug.hh b/lout/debug.hh
index 40e27b13..083234f8 100644
--- a/lout/debug.hh
+++ b/lout/debug.hh
@@ -170,8 +170,8 @@
#define DBG_OBJ_MSG(aspect, prio, msg)
#define DBG_OBJ_MSGF(aspect, prio, fmt, ...)
-#define DBG_OBJ_MSG_START(obj)
-#define DBG_OBJ_MSG_END(obj)
+#define DBG_OBJ_MSG_START()
+#define DBG_OBJ_MSG_END()
#define DBG_OBJ_CREATE(klass)
#define DBG_OBJ_DELETE()
#define DBG_OBJ_BASECLASS(klass)