summaryrefslogtreecommitdiffhomepage
path: root/editor/vobj-editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/vobj-editor.hpp')
-rw-r--r--editor/vobj-editor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/vobj-editor.hpp b/editor/vobj-editor.hpp
index c614b4e7..0c6d8fcd 100644
--- a/editor/vobj-editor.hpp
+++ b/editor/vobj-editor.hpp
@@ -2,9 +2,9 @@
#include "src/object-type.hpp"
#include "src/object-id.hpp"
#include "compat/borrowed-ptr-fwd.hpp"
-#include <memory>
#include <map>
#include <cr/String.h>
+#include <cr/Pointer.h>
namespace floormat {
@@ -33,7 +33,7 @@ class vobj_editor final
public:
struct vobj_ final {
String name, descr;
- std::unique_ptr<vobj_factory> factory;
+ Pointer<vobj_factory> factory;
};
vobj_editor();