summaryrefslogtreecommitdiff
path: root/src/lines.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lines.cpp')
-rw-r--r--src/lines.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lines.cpp b/src/lines.cpp
index c7b605b..3aafde5 100644
--- a/src/lines.cpp
+++ b/src/lines.cpp
@@ -4,7 +4,7 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Texo Lines Producer
*/
-TexoProducerLines::TexoProducerLines(TexoExporter &exporter):
+TexoProducerLines::TexoProducerLines(TexoExporter & exporter):
TexoProducer(exporter), newline(true)
{}
@@ -57,7 +57,7 @@ bool TexoProducerLines::Quote()
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Texo Lines Importer
*/
-TexoImporterLines::TexoImporterLines(TexoProducer &producer):
+TexoImporterLines::TexoImporterLines(TexoProducer & producer):
TexoImporter(producer), newline(true), quote(false)
{}