summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-30 00:14:01 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-30 00:14:01 +0100
commit1713b44ac4727f4de6a899b27e49f104324ccfa6 (patch)
tree98aaebb91a351c2192abc2e5af5ced30eeebe1a4 /src/asset.h
parentf3fb557c4fdaed2e642e8c30a0363af5042beaa5 (diff)
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 1871b7ee..214cc227 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -103,6 +103,7 @@ protected:
private:
friend struct ::asset_test;
+ /** @return type string for PKLs for this asset */
virtual std::string pkl_type (Standard standard) const = 0;
/** Hash of _file if it has been computed */