summaryrefslogtreecommitdiff
path: root/vcl/source/edit/xtextedt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/xtextedt.cxx')
-rw-r--r--vcl/source/edit/xtextedt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/edit/xtextedt.cxx b/vcl/source/edit/xtextedt.cxx
index 6eff3dd2f22d..4fd5f27e498d 100644
--- a/vcl/source/edit/xtextedt.cxx
+++ b/vcl/source/edit/xtextedt.cxx
@@ -222,7 +222,7 @@ bool ExtTextEngine::Search( TextSelection& rSel, const util::SearchOptions& rSea
// class ExtTextView
-ExtTextView::ExtTextView( ExtTextEngine* pEng, Window* pWindow )
+ExtTextView::ExtTextView( ExtTextEngine* pEng, vcl::Window* pWindow )
: TextView( pEng, pWindow )
{
}