src/hierarchyelement.h

changeset 997
1b49f34e533d
parent 978
4603d8fd063e
child 1006
a6b462051ae0
--- 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;
 };

mercurial