Kaydet (Commit) 5601c77e authored tarafından Caolán McNamara's avatar Caolán McNamara

fix oss-fuzz build

Change-Id: I0e292bcca27035b316bcf0c93dbd6c87e3f93e3b
üst 23f39d72
......@@ -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();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment