src/PlainFilesystemCommand.h
branchv_0
changeset 54 ef726975c34b
parent 53 170a993745be
child 57 c40a241d6e0c
--- 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<string_t, std::shared_ptr<AttributeFinder>> attributeFinders = createAttributeFinders();