summaryrefslogtreecommitdiff
path: root/shell/inc/metainforeader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/metainforeader.hxx')
-rw-r--r--shell/inc/metainforeader.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/inc/metainforeader.hxx b/shell/inc/metainforeader.hxx
index 3b82af374dd3..436a70f287d8 100644
--- a/shell/inc/metainforeader.hxx
+++ b/shell/inc/metainforeader.hxx
@@ -23,6 +23,7 @@
#include "basereader.hxx"
#include "types.hxx"
#include <stack>
+#include <filepath.hxx>
class ITag;
class CKeywordsTag;
@@ -34,7 +35,7 @@ class CMetaInfoReader : public CBaseReader
public:
virtual ~CMetaInfoReader() override;
- CMetaInfoReader( const std::string& DocumentName );
+ CMetaInfoReader( const Filepath_t& DocumentName );
CMetaInfoReader( StreamInterface* stream );