diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-07 18:01:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-07 18:01:31 +0300 |
commit | a8dd89b49ea26d8bfb27feab562191e61d4a7487 (patch) | |
tree | bcd98b57c1082f41e41e8c8b2925b4deb1ae4282 /vcl | |
parent | 801a8cd336426327724b0157141a00c8d2a9ae96 (diff) |
Fix thinko
Change-Id: If6246cf325b7962c5fa60216f0da9a2220255e71
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/quartz/salgdicommon.cxx | 2 |
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 |