summaryrefslogtreecommitdiff
path: root/src/lines.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lines.hpp')
-rw-r--r--src/lines.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lines.hpp b/src/lines.hpp
index 8049d61..dc8f00e 100644
--- a/src/lines.hpp
+++ b/src/lines.hpp
@@ -11,7 +11,7 @@
*/
class TexoProducerLines: public TexoProducer {
public:
- TexoProducerLines(TexoExporter & exporter);
+ TexoProducerLines(TexoExporter &exporter);
bool End();
@@ -34,7 +34,7 @@ private:
*/
class TexoImporterLines: public TexoImporter {
public:
- TexoImporterLines(TexoProducer & producer);
+ TexoImporterLines(TexoProducer &producer);
protected: