diff options
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h index 12fe2657..f5b60bf7 100644 --- a/src/asset.h +++ b/src/asset.h @@ -47,6 +47,7 @@ class Asset : public Object public: Asset (); Asset (boost::filesystem::path file); + Asset (std::string id, boost::filesystem::path file); virtual bool equals ( boost::shared_ptr<const Asset> other, |
