diff options
| author | Stef Walter <stef@memberwebs.com> | 2004-08-03 00:56:29 +0000 | 
|---|---|---|
| committer | Stef Walter <stef@memberwebs.com> | 2004-08-03 00:56:29 +0000 | 
| commit | 81cc6acd5996cd30f4a246a610d0e5a9ef697b3d (patch) | |
| tree | 4b7e68a962a3f8706977edb656d0f323b7a758b8 /src/xmlcomposehelpers.h | |
| parent | 740d8a6bcb6521e188361befa7f5636c880bf63b (diff) | |
DOMC preliminary testing and work.
Diffstat (limited to 'src/xmlcomposehelpers.h')
| -rw-r--r-- | src/xmlcomposehelpers.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/xmlcomposehelpers.h b/src/xmlcomposehelpers.h index 64e4723..8a15d91 100644 --- a/src/xmlcomposehelpers.h +++ b/src/xmlcomposehelpers.h @@ -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(string data) {}; +	virtual void charData(const string& data) {};  	// Called when the Destination goes out of scope  	virtual void done() {}; | 
