diff options
Diffstat (limited to 'include/basegfx/utils/b2dclipstate.hxx')
-rw-r--r-- | include/basegfx/utils/b2dclipstate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/utils/b2dclipstate.hxx b/include/basegfx/utils/b2dclipstate.hxx index 5c3f615284ca..a6d12ba41d7b 100644 --- a/include/basegfx/utils/b2dclipstate.hxx +++ b/include/basegfx/utils/b2dclipstate.hxx @@ -88,7 +88,7 @@ namespace basegfx void transform(const B2DHomMatrix& ); - B2DPolyPolygon getClipPoly() const; + B2DPolyPolygon const & getClipPoly() const; }; } } |