From c272879a8e748be83acbb190257d78a34be3f25f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 May 2014 15:56:49 +0100 Subject: Add CPL::filename(). --- src/cpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpl.h') 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 note) const; -- cgit v1.2.3