summaryrefslogtreecommitdiff
path: root/src/piraha/smart_ptr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/piraha/smart_ptr.cc')
-rw-r--r--src/piraha/smart_ptr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piraha/smart_ptr.cc b/src/piraha/smart_ptr.cc
index e1d26b71..b2e5a826 100644
--- a/src/piraha/smart_ptr.cc
+++ b/src/piraha/smart_ptr.cc
@@ -1,3 +1,3 @@
#include "smart_ptr.hpp"
-std::vector<void*> ptrs;
+std::set<void*> *ptrs = new std::set<void*>();