diff -r 170a993745be -r ef726975c34b src/PlainFilesystemCommand.h --- a/src/PlainFilesystemCommand.h Mon Jan 20 13:11:50 2020 +0100 +++ b/src/PlainFilesystemCommand.h Mon Jan 20 13:19:23 2020 +0100 @@ -16,7 +16,7 @@ */ #pragma once -#include "FilesystemCommandBase.h" +#include "FilesystemCommand.h" namespace relpipe { namespace in { @@ -25,7 +25,7 @@ namespace fs = std::filesystem; using namespace relpipe::writer; -class PlainFilesystemCommand : public FilesystemCommandBase { +class PlainFilesystemCommand : public FilesystemCommand { private: std::map> attributeFinders = createAttributeFinders();