summaryrefslogtreecommitdiffstats
path: root/vcl/ios
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-11-12 15:17:07 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-12 15:47:02 +0000
commitce629d95a6eadea43a3b5b4208f3965767f9fcea (patch)
tree2b8b67820f2804e240fcf407f5041121ce74ab28 /vcl/ios
parentget macosx to run again (diff)
downloadcore-ce629d95a6eadea43a3b5b4208f3965767f9fcea.tar.gz
core-ce629d95a6eadea43a3b5b4208f3965767f9fcea.zip
Another attempt at fixing icu linkage as externals.
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/source/gdi/salgdicommon.cxx1
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 )