diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-24 12:50:01 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-24 12:50:01 +0200 |
commit | 8e186583e3994242d3c3a9ac107da5028e66f656 (patch) | |
tree | f42073d9ce25255fb47eb7eb126a18fe018b0933 /lout | |
parent | 28edcbd6b354e0fd0fb8d293c2cf5f560ba66632 (diff) |
DBG_OBJ_COLOR: order of arguments.
Diffstat (limited to 'lout')
-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); \ |