diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-29 22:52:30 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-29 22:52:30 +0000 |
commit | 740d8a6bcb6521e188361befa7f5636c880bf63b (patch) | |
tree | f269a5d492d712be73d840fdefeb6ad247ee03db /src/xmlcomposehelpers.h | |
parent | 0105af34f6977c51619bf1060e74e3c249932c68 (diff) |
- Moved to DOMC
Diffstat (limited to 'src/xmlcomposehelpers.h')
-rw-r--r-- | src/xmlcomposehelpers.h | 4 |
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() {}; |