summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-05-20 08:22:50 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-05-20 08:23:36 +0200
commit784e472aa24d2f2cb9c240b91af4a184c6fcb949 (patch)
tree420bc3d32c86c43ae8a9054cba4c82052bad989b /starmath/inc/node.hxx
parent5ef0015704ca67a8f9ffd8f4ae207be355da7f3e (diff)
Math: Use shared_ptr in ElementsDockingWindow
Change-Id: Id31765f0c2f47cd2ebe830a8b42a9397d6eeffae
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 8d4bc8c15630..b1640a338e56 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -57,6 +57,7 @@ class SmDocShell;
class SmNode;
class SmStructureNode;
+typedef boost::shared_ptr<SmNode> SmNodePointer;
typedef std::vector< SmNode * > SmNodeArray;
typedef std::vector< SmStructureNode * > SmStructureNodeArray;