--- a/src/hierarchyelement.h Sun Sep 06 20:45:51 2015 +0300 +++ b/src/hierarchyelement.h Tue Sep 22 23:38:19 2015 +0300 @@ -6,6 +6,7 @@ class ConfigurationValueBag; class GuiUtilities; class LDDocument; +class DocumentManager; // // Objects that are to take part in the MainWindow's hierarchy multiple-inherit from this class to get a few useful @@ -23,4 +24,5 @@ protected: MainWindow* m_window; ConfigurationValueBag* m_config; + DocumentManager* m_documents; };