diff options
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index d67b8984e23f..a105bddcdc44 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1239,7 +1239,7 @@ public: void HideTracking(); void InvertTracking( const Rectangle& rRect, sal_uInt16 nFlags = SHOWTRACK_SMALL ); - void InvertTracking( const Polygon& rPoly, sal_uInt16 nFlags = 0 ); + void InvertTracking( const tools::Polygon& rPoly, sal_uInt16 nFlags = 0 ); void StartTracking( StartTrackingFlags nFlags = StartTrackingFlags::NONE ); void EndTracking( TrackingEventFlags nFlags = TrackingEventFlags::NONE ); |