diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-28 15:56:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-28 15:56:49 +0100 |
| commit | c272879a8e748be83acbb190257d78a34be3f25f (patch) | |
| tree | cdddb14e26a37d25c4fd1b00144f977c4ab4e5a9 /src/cpl.h | |
| parent | 2ea95f432a4c12271354d2fa136c0832704e9244 (diff) | |
Add CPL::filename().
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -91,6 +91,8 @@ public: std::string id () const { return _id; } + + boost::filesystem::path filename () const; bool equals (CPL const & other, EqualityOptions options, boost::function<void (NoteType, std::string)> note) const; |
