summaryrefslogtreecommitdiff
path: root/shell/inc/basereader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/basereader.hxx')
-rw-r--r--shell/inc/basereader.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/inc/basereader.hxx b/shell/inc/basereader.hxx
index 125f49d9773f..0acd5e9e615d 100644
--- a/shell/inc/basereader.hxx
+++ b/shell/inc/basereader.hxx
@@ -28,6 +28,7 @@
#include "xml_parser.hxx"
#include "zipfile.hxx"
+#include <filepath.hxx>
class CBaseReader : public i_xml_parser_event_handler
{
@@ -35,7 +36,7 @@ public:
virtual ~CBaseReader() override;
protected: // protected because its only an implementation relevant class
- CBaseReader( const std::string& DocumentName );
+ CBaseReader( const Filepath_t& DocumentName );
CBaseReader( StreamInterface *stream );