~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/document-private.h

  • Committer: Daniel Bailey
  • Date: 2016-07-09 13:51:59 UTC
  • mfrom: (14888.1.126 inkscape)
  • Revision ID: d@nielbailey.com-20160709135159-0wzbtr0mvmxnjtj0
MergeĀ upstreamĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        IDChangedSignalMap id_changed_signals;
50
50
 
51
51
        /* Resources */
52
 
        std::map<std::string, std::set<SPObject *> > resources;
 
52
        std::map<std::string, std::vector<SPObject *> > resources;
53
53
        ResourcesChangedSignalMap resources_changed_signals;
54
54
 
55
55
        sigc::signal<void> destroySignal;