diff -r 9450ac3cd930 -r 67ba0ee049eb src/hierarchyelement.h --- 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;