diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-11-12 15:17:07 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-12 15:47:02 +0000 |
commit | ce629d95a6eadea43a3b5b4208f3965767f9fcea (patch) | |
tree | 2b8b67820f2804e240fcf407f5041121ce74ab28 /vcl/ios | |
parent | 867a7238157fb6c96b5257a096db2421773e44ba (diff) |
Another attempt at fixing icu linkage as externals.
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/source/gdi/salgdicommon.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/ios/source/gdi/salgdicommon.cxx b/vcl/ios/source/gdi/salgdicommon.cxx index 3e982b8e4564..0b960da22446 100644 --- a/vcl/ios/source/gdi/salgdicommon.cxx +++ b/vcl/ios/source/gdi/salgdicommon.cxx @@ -685,6 +685,7 @@ bool IosSalGraphics::drawPolyLine( { return false; } + // setup line attributes CGLineJoin aCGLineJoin = kCGLineJoinMiter; switch( eLineJoin ) |