--- 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