diff options
author | Sebastian Geerken <devnull@localhost> | 2014-01-13 20:50:20 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-01-13 20:50:20 +0100 |
commit | 40abd170cc8c735a99bfb34860793c49f39a9500 (patch) | |
tree | f83d457648176df9b696707f33f76355ddf9111b | |
parent | 0ebdb086c956a168a9d8ecf775edb536d0277629 (diff) |
Corrected RTFL macros.
-rw-r--r-- | lout/debug.hh | 4 |
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) |