diff options
author | Yuri Dario <ydario@apache.org> | 2012-02-16 13:17:56 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2012-02-16 13:17:56 +0000 |
commit | a1645bd317a05ec5402668fecca6e95bd0714b1f (patch) | |
tree | f0cd4063b2493ff0affdf21bbdd970a297ea11b3 /vcl | |
parent | e07d5bfc886b51b27f9d1bab7dd53ebee103b121 (diff) |
i118923 - OS/2 port: upgraded function prototype.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/os2/source/gdi/salgdi.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/os2/source/gdi/salgdi.cxx b/vcl/os2/source/gdi/salgdi.cxx index 2e7e51ba8636..03d1de465d57 100644 --- a/vcl/os2/source/gdi/salgdi.cxx +++ b/vcl/os2/source/gdi/salgdi.cxx @@ -663,7 +663,8 @@ bool Os2SalGraphics::drawPolyLine( const basegfx::B2DPolygon& /*rPolygon*/, double /*fTransparency*/, const basegfx::B2DVector& /*rLineWidths*/, - basegfx::B2DLineJoin /*eLineJoin*/) + basegfx::B2DLineJoin /*eLineJoin*/, + com::sun::star::drawing::LineCap /*eLineCap*/) { // TODO: implement return false; |