diff options
Diffstat (limited to 'src/pkl.h')
| -rw-r--r-- | src/pkl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,7 @@ public: std::string hash; int64_t size; std::string type; + std::string original_file_name; }; class PKL : public XMLFile @@ -21,6 +22,8 @@ class PKL : public XMLFile public: PKL (std::string file); + boost::shared_ptr<PKLAsset> asset_from_id (std::string id) const; + std::string id; std::string annotation_text; std::string issue_date; |
