diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-11 11:42:46 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-11 11:42:46 +0100 |
commit | fbdef593def24941db2a6123501277fe20b8b1d2 (patch) | |
tree | a1f42194fd8b8e64f2c22999b2a4b7014192a599 /starmath | |
parent | afc84f23b29ec0e08b34601c34e26f07beb110f8 (diff) |
More re-basing compile-time fixes; now we compile.
Change-Id: Id66f1009b6ec604548c325a036dae7e83cb78d9b
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/ElementsDockingWindow.cxx | 2 |
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(); } |