aboutsummaryrefslogtreecommitdiff
path: root/lout/debug.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-01-13 20:50:20 +0100
committerSebastian Geerken <devnull@localhost>2014-01-13 20:50:20 +0100
commit40abd170cc8c735a99bfb34860793c49f39a9500 (patch)
treef83d457648176df9b696707f33f76355ddf9111b /lout/debug.hh
parent0ebdb086c956a168a9d8ecf775edb536d0277629 (diff)
Corrected RTFL macros.
Diffstat (limited to 'lout/debug.hh')
-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)