summaryrefslogtreecommitdiff
path: root/src/xmlcomposehelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlcomposehelpers.h')
-rw-r--r--src/xmlcomposehelpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlcomposehelpers.h b/src/xmlcomposehelpers.h
index aa8a52d..64e4723 100644
--- a/src/xmlcomposehelpers.h
+++ b/src/xmlcomposehelpers.h
@@ -41,7 +41,7 @@
#include "usuals.h"
#include "reference.h"
-#include "sablo.h"
+#include "domcxx.h"
#include "rtfformatting.h"
class XmlComposer;
@@ -60,7 +60,7 @@ public:
// This is called when the Destination is first used
virtual void initialize() {};
// Called when data arrives at destination
- virtual void charData(wstring data) {};
+ virtual void charData(string data) {};
// Called when the Destination goes out of scope
virtual void done() {};