diff options
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; |
