summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-11 11:42:46 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-11 11:42:46 +0100
commitfbdef593def24941db2a6123501277fe20b8b1d2 (patch)
treea1f42194fd8b8e64f2c22999b2a4b7014192a599 /starmath
parentafc84f23b29ec0e08b34601c34e26f07beb110f8 (diff)
More re-basing compile-time fixes; now we compile.
Change-Id: Id66f1009b6ec604548c325a036dae7e83cb78d9b
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/ElementsDockingWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index 4ead68629757..47e3afcebe59 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -244,7 +244,7 @@ SmElementsControl::~SmElementsControl()
void SmElementsControl::dispose()
{
mpDocShell->DoClose();
- mpScroll.disposeAndClear();
+ mxScroll.disposeAndClear();
Control::dispose();
}