summaryrefslogtreecommitdiffstats
path: root/src/object-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-set.h')
-rw-r--r--src/object-set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object-set.h b/src/object-set.h
index a0bca7889..c7f1921cf 100644
--- a/src/object-set.h
+++ b/src/object-set.h
@@ -102,6 +102,7 @@ public:
typedef decltype(multi_index_container().get<random_access>() | boost::adaptors::filtered(is_item()) | boost::adaptors::transformed(object_to_node())) XMLNodeRange;
ObjectSet(SPDesktop* desktop): _desktop(desktop) {};
+ ObjectSet(): _desktop(nullptr) {};
virtual ~ObjectSet();
/**