summaryrefslogtreecommitdiff
path: root/assetFactory/use.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-02-28 01:24:18 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-02-28 01:24:18 +0000
commit7a70e75656d31428c9bbbd51fbf1ca920e577ed1 (patch)
treefcaed03c9b094e8b37d8d787f6695e8306031a3c /assetFactory/use.h
parentSupport for named colours in assets (diff)
downloadilt-7a70e75656d31428c9bbbd51fbf1ca920e577ed1.tar.bz2
ilt-7a70e75656d31428c9bbbd51fbf1ca920e577ed1.tar.xz
ilt-7a70e75656d31428c9bbbd51fbf1ca920e577ed1.zip
Remove to specify if the Selection pointer type is shared or not
Inferred based on whether the pointer is copyable or not.
Diffstat (limited to 'assetFactory/use.h')
-rw-r--r--assetFactory/use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/assetFactory/use.h b/assetFactory/use.h
index 5b61eca..5e4c35f 100644
--- a/assetFactory/use.h
+++ b/assetFactory/use.h
@@ -17,7 +17,7 @@ public:
FaceControllers faceControllers;
private:
- friend Persistence::SelectionPtrBase<std::shared_ptr<Use>, true>;
+ friend Persistence::SelectionPtrBase<std::shared_ptr<Use>>;
bool persist(Persistence::PersistenceStore & store) override;
std::string
getId() const override