[Libreoffice-commits] core.git: vcl/quartz

Tor Lillqvist tml at collabora.com
Mon Apr 7 08:02:58 PDT 2014


 vcl/quartz/salgdicommon.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a8dd89b49ea26d8bfb27feab562191e61d4a7487
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Apr 7 18:01:13 2014 +0300

    Fix thinko
    
    Change-Id: If6246cf325b7962c5fa60216f0da9a2220255e71

diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 8591b63..0311c46 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


More information about the Libreoffice-commits mailing list