summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-07 18:01:13 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-07 18:01:31 +0300
commita8dd89b49ea26d8bfb27feab562191e61d4a7487 (patch)
treebcd98b57c1082f41e41e8c8b2925b4deb1ae4282 /vcl
parent801a8cd336426327724b0157141a00c8d2a9ae96 (diff)
Fix thinko
Change-Id: If6246cf325b7962c5fa60216f0da9a2220255e71
Diffstat (limited to 'vcl')
-rw-r--r--vcl/quartz/salgdicommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 8591b633d5c4..0311c46deb62 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -62,7 +62,7 @@ extern int DBG_DRAW_ROUNDS, DBG_DRAW_COUNTER, DBG_DRAW_DEPTH;
#else
-#define DBG_DRAW_OPERATION(s) /* empty */
+#define DBG_DRAW_OPERATION(s,v) /* empty */
#define DBG_DRAW_OPERATION_EXIT(s) /* empty */
#endif