summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-04 19:58:46 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-04 19:58:46 +0100
commit90d06f82e6baefc4b9b44631755d61f36884b677 (patch)
tree294262f955e9f29d0fb0e90cca36f6ccef884399 /src/asset.h
parentc28d8e1df21fa4c88c1d9f0cd5a54c10a4a7f714 (diff)
Tweak comments.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h
index bad982f1..86d5daf5 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -78,7 +78,7 @@ public:
protected:
virtual std::string pkl_type (Standard standard) const = 0;
- /** The disk file that represents this asset, if one exists */
+ /** The most recent disk file used to read or write this asset; may be empty */
mutable boost::filesystem::path _file;
/** Hash of _file, or empty if the hash has not yet been computed */
mutable std::string _hash;