aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Walk.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/update/Walk.hxx')
-rw-r--r--src/db/update/Walk.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/db/update/Walk.hxx b/src/db/update/Walk.hxx
index 12274ccdf..ecb04387d 100644
--- a/src/db/update/Walk.hxx
+++ b/src/db/update/Walk.hxx
@@ -54,7 +54,7 @@ public:
/**
* Returns true if the database was modified.
*/
- bool Walk(const char *path, bool discard);
+ bool Walk(Directory &root, const char *path, bool discard);
private:
gcc_pure
@@ -126,9 +126,10 @@ private:
Directory *DirectoryMakeChildChecked(Directory &parent,
const char *name_utf8);
- Directory *DirectoryMakeUriParentChecked(const char *uri);
+ Directory *DirectoryMakeUriParentChecked(Directory &root,
+ const char *uri);
- void UpdateUri(const char *uri);
+ void UpdateUri(Directory &root, const char *uri);
};
#endif