summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-02 01:01:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-02 01:01:00 +0100
commite0ab473ef01c5301929845a1ca4898568b6fbd71 (patch)
tree8f6808183829305b308a7985f47cfbaa29bf54ff /src/asset.h
parent91563c058a8d2207437a482d4cc63c5a166a26f4 (diff)
No-op; comments.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h
index 91c7e2dc..7c6aab95 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -65,6 +65,7 @@ public:
*/
void write_to_pkl (xmlpp::Node* node, Standard standard) const;
+ /** @return the most recent disk file used to read or write this asset; may be empty */
boost::filesystem::path file () const {
return _file;
}