summaryrefslogtreecommitdiff
path: root/configmgr/source/partial.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/partial.hxx')
-rw-r--r--configmgr/source/partial.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/partial.hxx b/configmgr/source/partial.hxx
index e7641e2c974b..bbb9a135ea4c 100644
--- a/configmgr/source/partial.hxx
+++ b/configmgr/source/partial.hxx
@@ -25,7 +25,6 @@
#include <set>
#include <boost/unordered_map.hpp>
-#include "path.hxx"
#include <rtl/ustring.hxx>
namespace configmgr {
@@ -40,7 +39,7 @@ public:
~Partial();
- Containment contains(Path const & path) const;
+ Containment contains(std::vector<OUString> const & path) const;
private:
Partial(const Partial&) = delete;