summaryrefslogtreecommitdiff
path: root/configmgr/source/modifications.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/modifications.hxx')
-rw-r--r--configmgr/source/modifications.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx
index 5549e14a4d7c..7aa93bf53381 100644
--- a/configmgr/source/modifications.hxx
+++ b/configmgr/source/modifications.hxx
@@ -26,8 +26,6 @@
#include <config_dconf.h>
-#include "path.hxx"
-
namespace configmgr {
class Modifications {
@@ -42,9 +40,9 @@ public:
~Modifications();
- void add(Path const & path);
+ void add(std::vector<OUString> const & path);
- void remove(Path const & path);
+ void remove(std::vector<OUString> const & path);
#if ENABLE_DCONF
void clear() { root_.children.clear(); }