src/ParallelFilesystemCommand.h
branchv_0
changeset 54 ef726975c34b
parent 52 fea625f0a096
child 55 698836fc65b4
--- a/src/ParallelFilesystemCommand.h	Mon Jan 20 13:11:50 2020 +0100
+++ b/src/ParallelFilesystemCommand.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 ParallelFilesystemCommand : public FilesystemCommandBase {
+class ParallelFilesystemCommand : public FilesystemCommand {
 public:
 
 	void process(std::istream& input, std::ostream& output, Configuration& configuration) {