src/hierarchyelement.cpp

changeset 1024
67ba0ee049eb
parent 1023
9450ac3cd930
child 1028
5877e49e9a28
--- a/src/hierarchyelement.cpp	Tue Feb 16 19:59:43 2016 +0200
+++ b/src/hierarchyelement.cpp	Wed Feb 17 00:43:17 2016 +0200
@@ -75,3 +75,9 @@
 {
 	return m_window->grid();
 }
+
+
+MathFunctions* HierarchyElement::math() const
+{
+	return m_window->mathFunctions();
+}
\ No newline at end of file

mercurial