diff options
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() {}; |