diff options
Diffstat (limited to 'assetFactory')
| -rw-r--r-- | assetFactory/asset.h | 2 |
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 |
