summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-02 10:46:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-02 10:46:19 +0100
commit98ee936a114bdd78c304aac824508cd4fd9ce59a (patch)
tree84305df5a3b89ffe77ba4632d0f6550f9a157852 /vcl/win
parent5f7261651647e0d3de70c8cab99ef9b5a26de557 (diff)
Blind Windows build fix attempt
Change-Id: If0090978882c9333ad9c66af4df698914d3127ab
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/source/gdi/salvd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/salvd.cxx b/vcl/win/source/gdi/salvd.cxx
index 07d9ce86a1f6..2b0046419090 100644
--- a/vcl/win/source/gdi/salvd.cxx
+++ b/vcl/win/source/gdi/salvd.cxx
@@ -218,7 +218,7 @@ bool WinSalVirtualDevice::SetSize( long nDX, long nDY )
if (mpGraphics)
{
WinOpenGLSalGraphicsImpl *pImpl;
- pImpl = dynamic_cast< WinOpenGLSalGraphicsImpl * >(mpGraphics->getImpl());
+ pImpl = dynamic_cast< WinOpenGLSalGraphicsImpl * >(mpGraphics->GetImpl());
if (pImpl)
pImpl->Init();
}