diff options
Diffstat (limited to 'lout/debug.hh')
-rw-r--r-- | lout/debug.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/debug.hh b/lout/debug.hh index 432707db..896564cf 100644 --- a/lout/debug.hh +++ b/lout/debug.hh @@ -322,7 +322,7 @@ fflush (stdout); \ } D_STMT_END -#define DBG_OBJ_COLOR(color, klass) \ +#define DBG_OBJ_COLOR(klass, color) \ D_STMT_START { \ printf (RTFL_PREFIX_FMT "obj-color:%s:%s\n", \ RTFL_PREFIX_ARGS, color, klass); \ |