diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/asset.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/asset.h b/src/asset.h index 3af49119..a6b0ed56 100644 --- a/src/asset.h +++ b/src/asset.h @@ -102,11 +102,11 @@ public: } /** Set the file that holds this asset on disk. Calling this function - * clears this object's store of its hash, so you should call ::hash - * after this. - * - * @param file New file's path. - */ + * clears this object's store of its hash, so you should call ::hash + * after this. + * + * @param file New file's path. + */ void set_file (boost::filesystem::path file) const; /** Calculate the hash of this asset's file, if it has not already been calculated, |
