diff -r d2e0654803c1 -r ea36eed9683f src/Configuration.h --- a/src/Configuration.h Sat Oct 24 00:08:18 2020 +0200 +++ b/src/Configuration.h Sun Apr 18 10:42:54 2021 +0200 @@ -29,6 +29,7 @@ class Configuration { public: relpipe::reader::boolean_t writeHeader = true; + relpipe::reader::boolean_t writeTypes = false; virtual ~Configuration() { }