Code

Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. This...
[inkscape.git] / src / application / editor.h
index 9d2ce493c69bbba73fbb6b080b1a9e6d19ba1807..a6fe66688957af47f46b10ab16c512c250f2f818 100644 (file)
@@ -19,6 +19,7 @@
 #include <sigc++/sigc++.h>
 #include <glib/gslist.h>
 #include <glibmm/ustring.h>
+#include <set>
 #include "app-prototype.h"
 
 class SPDesktop;
@@ -96,6 +97,7 @@ protected:
     Editor(Editor const &);
     Editor& operator=(Editor const &);
 
+    std::multiset<SPDocument *> _document_set;
     GSList         *_documents;
     GSList         *_desktops;
     gchar          *_argv0;