diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-28 15:31:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-28 15:31:35 +0100 |
| commit | 2ea95f432a4c12271354d2fa136c0832704e9244 (patch) | |
| tree | e2f234203f4b65e40e94a303e10940e3aae1952e /src/parse/cpl.h | |
| parent | 0b3a3e461284b91e774f44c48f6f2f59b2a5832f (diff) | |
Modify KDM code to take a CPL disk file instead of a whole CPL object.
Diffstat (limited to 'src/parse/cpl.h')
| -rw-r--r-- | src/parse/cpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/cpl.h b/src/parse/cpl.h index 04bf9351..4e798e37 100644 --- a/src/parse/cpl.h +++ b/src/parse/cpl.h @@ -145,7 +145,7 @@ class CPL { public: /** Parse a CPL XML file into our member variables */ - CPL (std::string file); + CPL (boost::filesystem::path file); std::string id; std::string annotation_text; |
