diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-06-26 13:47:38 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-06-27 10:05:45 +0200 |
commit | 355c3cbb16b0bab705050dd24205878bcecd5687 (patch) | |
tree | 9c4d115e53ff6318ec43e2ae6124c355ad57b494 /chart2/inc | |
parent | d781e874e018988d26b558ae1e4d6a1303b14cc1 (diff) |
fix invalid memory access in chart tests
Change-Id: I056101d146c939ff958c83efc57fd110e8d52509
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index d69aa9f86225..4f2b961ba7ef 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -197,6 +197,7 @@ public: std::exception) SAL_OVERRIDE; void setViewDirty(); + void updateOpenGLWindow(); private: //methods ChartView(); |