summaryrefslogtreecommitdiff
path: root/include/vcl/textview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/textview.hxx')
-rw-r--r--include/vcl/textview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx
index bf0ea21ec1f4..d913dfd99c0a 100644
--- a/include/vcl/textview.hxx
+++ b/include/vcl/textview.hxx
@@ -128,7 +128,7 @@ public:
vcl::Window* GetWindow() const;
void Invalidate();
- void Scroll( long nHorzScroll, long nVertScroll );
+ void Scroll( tools::Long nHorzScroll, tools::Long nVertScroll );
void ShowCursor( bool bGotoCursor = true, bool bForceVisCursor = true );
void HideCursor();