summaryrefslogtreecommitdiff
path: root/src/plain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plain.hpp')
-rw-r--r--src/plain.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plain.hpp b/src/plain.hpp
index 66ee5f1..adc5bd8 100644
--- a/src/plain.hpp
+++ b/src/plain.hpp
@@ -2,8 +2,8 @@
#define TEXO_INCLUDED_PLAIN
#include "exporter.hpp"
-#include "producer.hpp"
#include "importer.hpp"
+#include "producer.hpp"
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -11,7 +11,7 @@
*/
class TexoProducerPlain: public TexoProducer {
public:
- TexoProducerPlain(TexoExporter &exporter);
+ TexoProducerPlain(TexoExporter & exporter);
bool End();
@@ -34,7 +34,7 @@ private:
*/
class TexoImporterPlain: public TexoImporter {
public:
- TexoImporterPlain(TexoProducer &producer);
+ TexoImporterPlain(TexoProducer & producer);
protected: