diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2015-12-08 22:18:50 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-12-08 22:18:50 +0000 |
| commit | cfd295134c9804bf98fba835361000a891c2fa56 (patch) | |
| tree | 753674a4d61212a956ef5969dd88be1635da638c /src/document.h | |
| parent | cppification: GSList replaced by vectors (connectors) (diff) | |
| download | inkscape-cfd295134c9804bf98fba835361000a891c2fa56.tar.gz inkscape-cfd295134c9804bf98fba835361000a891c2fa56.zip | |
cppification: GSList replaced by vectors (undo/redo)
(bzr r14504.1.14)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index c7d3abf90..cf8ebc3cb 100644 --- a/src/document.h +++ b/src/document.h @@ -122,7 +122,7 @@ public: // Instance of the connector router Avoid::Router *router; - GSList *_collection_queue; + std::vector<SPObject *> _collection_queue; bool oldSignalsConnected; |
