src/hierarchyelement.h

changeset 1024
67ba0ee049eb
parent 1023
9450ac3cd930
child 1028
5877e49e9a28
--- a/src/hierarchyelement.h	Tue Feb 16 19:59:43 2016 +0200
+++ b/src/hierarchyelement.h	Wed Feb 17 00:43:17 2016 +0200
@@ -27,6 +27,7 @@
 class DocumentManager;
 class PrimitiveManager;
 class Grid;
+class MathFunctions;
 
 //
 // Objects that are to take part in the MainWindow's hierarchy multiple-inherit from this class to get a pointer back
@@ -42,6 +43,7 @@
 	GuiUtilities* guiUtilities() const;
 	PrimitiveManager* primitives();
 	Grid* grid() const;
+	MathFunctions* math() const;
 
 protected:
 	MainWindow* m_window;

mercurial