summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-28 15:56:49 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-28 15:56:49 +0100
commitc272879a8e748be83acbb190257d78a34be3f25f (patch)
treecdddb14e26a37d25c4fd1b00144f977c4ab4e5a9 /src/cpl.h
parent2ea95f432a4c12271354d2fa136c0832704e9244 (diff)
Add CPL::filename().
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
index c50d8f90..0c213f8a 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -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;