summaryrefslogtreecommitdiff
path: root/assetFactory/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'assetFactory/asset.h')
-rw-r--r--assetFactory/asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/assetFactory/asset.h b/assetFactory/asset.h
index 061a7c8..d8b42f6 100644
--- a/assetFactory/asset.h
+++ b/assetFactory/asset.h
@@ -12,7 +12,7 @@ class Location;
class Asset : public Persistence::Persistable, public StdTypeDefs<Asset> {
public:
- using ManyPtr = ManySharedPtr<Asset, const Renderable>;
+ using ManyPtr = ManySharedPtr<Asset, Renderable>;
using TexturePtr = std::shared_ptr<TextureAtlas>;
/// Used only for the asset viewer