From 8d4981fcc1c545396df3eac87a3c1a67f3d30038 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 3 Feb 2020 15:53:56 +0300 Subject: [texo] Abolished dependency on ScriptPP. --- src/exporter.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/exporter.hpp') 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 - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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); }; -- cgit v1.2.3