diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-04 19:58:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-04 19:58:46 +0100 |
| commit | 90d06f82e6baefc4b9b44631755d61f36884b677 (patch) | |
| tree | 294262f955e9f29d0fb0e90cca36f6ccef884399 /src/asset.cc | |
| parent | c28d8e1df21fa4c88c1d9f0cd5a54c10a4a7f714 (diff) | |
Tweak comments.
Diffstat (limited to 'src/asset.cc')
| -rw-r--r-- | src/asset.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/asset.cc b/src/asset.cc index 80b01082..e55dca2d 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -39,8 +39,7 @@ Asset::Asset () } -/** Create an Asset from a given file. The ID will - * be extracted from the file. +/** Create an Asset from a given file. * @param file File name. */ Asset::Asset (boost::filesystem::path file) |
