summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-07 11:33:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-07 12:35:21 +0000
commit5601c77e99d9e9dec4b1cb90084324657e2def65 (patch)
tree850b777632a0056edbc3b309f6142247f46d8638 /chart2
parent23f39d7283e71bccf244ed75b13a4860bd1ab066 (diff)
fix oss-fuzz build
Change-Id: I0e292bcca27035b316bcf0c93dbd6c87e3f93e3b
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/inc/ChartWindow.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/chart2/source/controller/inc/ChartWindow.hxx b/chart2/source/controller/inc/ChartWindow.hxx
index 6b0feaf440da..e9c18277ffc5 100644
--- a/chart2/source/controller/inc/ChartWindow.hxx
+++ b/chart2/source/controller/inc/ChartWindow.hxx
@@ -21,8 +21,6 @@
#include <vcl/window.hxx>
-class OpenGLWindow;
-
namespace chart
{
@@ -72,7 +70,7 @@ public:
private:
ChartController* m_pWindowController;
bool m_bInPaint;
- VclPtr<OpenGLWindow> m_pOpenGLWindow;
+ VclPtr<vcl::Window> m_pOpenGLWindow;
void adjustHighContrastMode();
};