src/relpipe-tr-guile.cpp
branchv_0
changeset 20 dccbfd273a5a
parent 7 61fc569b77e6
child 23 6ee7a9e311e9
--- a/src/relpipe-tr-guile.cpp	Mon Apr 08 13:37:21 2019 +0200
+++ b/src/relpipe-tr-guile.cpp	Wed May 01 22:17:42 2019 +0200
@@ -50,7 +50,7 @@
 		Configuration configuration = cliParser.parse(cli.arguments());
 		std::shared_ptr<reader::RelationalReader> reader(reader::Factory::create(std::cin));
 		std::shared_ptr<writer::RelationalWriter> writer(writer::Factory::create(std::cout));
-		GuileHandler handler(writer.get(), configuration, cli.arguments());
+		GuileHandler handler(writer.get(), configuration);
 		reader->addHandler(&handler);
 		reader->process();