summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11/xrender_peer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/x11/xrender_peer.hxx')
-rw-r--r--vcl/inc/unx/x11/xrender_peer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/x11/xrender_peer.hxx b/vcl/inc/unx/x11/xrender_peer.hxx
index bbf51c9ea709..e1006f88ed44 100644
--- a/vcl/inc/unx/x11/xrender_peer.hxx
+++ b/vcl/inc/unx/x11/xrender_peer.hxx
@@ -37,7 +37,7 @@ private:
XRenderPeer();
void InitRenderLib();
- Display* const mpDisplay;
+ Display* mpDisplay;
XRenderPictFormat* mpStandardFormatA8;
public: