summaryrefslogtreecommitdiff
path: root/src/exporter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exporter.hpp')
-rw-r--r--src/exporter.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/exporter.hpp b/src/exporter.hpp
index 18a2e5d..b75ab0e 100644
--- a/src/exporter.hpp
+++ b/src/exporter.hpp
@@ -1,8 +1,6 @@
#ifndef TEXO_INCLUDED_EXPORTER
#define TEXO_INCLUDED_EXPORTER
-#include <scrvar.hpp>
-
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Texo Exporter
@@ -11,7 +9,7 @@
class TexoExporter {
public:
virtual bool Put(char c) = 0;
- virtual bool Put(const ScriptVariable & str);
+ virtual bool Put(const char *str);
};