summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h2
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;