summaryrefslogtreecommitdiff
path: root/lout/debug.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-24 12:50:01 +0200
committerSebastian Geerken <devnull@localhost>2014-09-24 12:50:01 +0200
commit8e186583e3994242d3c3a9ac107da5028e66f656 (patch)
treef42073d9ce25255fb47eb7eb126a18fe018b0933 /lout/debug.hh
parent28edcbd6b354e0fd0fb8d293c2cf5f560ba66632 (diff)
DBG_OBJ_COLOR: order of arguments.
Diffstat (limited to 'lout/debug.hh')
-rw-r--r--lout/debug.hh2
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); \