aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r--src/cssparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index 28a529eb..6bea06cb 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -11,7 +11,7 @@
using namespace dw::core::style;
-#define DEBUG_MSG(A, B, ...) MSG(B, __VA_ARGS__)
+#define DEBUG_MSG(A, B, ...) _MSG(B, __VA_ARGS__)
#define MSG_CSS(A, ...) MSG(A, __VA_ARGS__)
#define DEBUG_TOKEN_LEVEL 0
#define DEBUG_PARSE_LEVEL 0