diff options
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h index a67af741..c0f4700f 100644 --- a/src/asset.h +++ b/src/asset.h @@ -49,7 +49,7 @@ class Asset : public Object { public: Asset (); - Asset (boost::filesystem::path file); + explicit Asset (boost::filesystem::path file); Asset (std::string id, boost::filesystem::path file); virtual bool equals ( |
