diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/update/Walk.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/Walk.hxx b/src/db/update/Walk.hxx index 2bd56b067..bf3eb8ae4 100644 --- a/src/db/update/Walk.hxx +++ b/src/db/update/Walk.hxx @@ -28,7 +28,7 @@ struct stat; struct FileInfo; struct Directory; -struct archive_plugin; +struct ArchivePlugin; class Storage; class ExcludeList; @@ -93,7 +93,7 @@ private: void UpdateArchiveFile(Directory &directory, const char *name, const FileInfo &info, - const archive_plugin &plugin); + const ArchivePlugin &plugin); #else |