summaryrefslogtreecommitdiff
path: root/src/rtfparser.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-31 22:21:11 +0000
committerStef Walter <stef@memberwebs.com>2004-08-31 22:21:11 +0000
commit704739b98c6d00dcaa2eebec95061b113e1ecdc5 (patch)
treee7e5cf92780dacbddc13d922c0ce4c2ecf8aaaef /src/rtfparser.h
parent00e78e29f880f98c6ea28ff5bfd8559813b34392 (diff)
ANSI to unicode codepage conversions
Diffstat (limited to 'src/rtfparser.h')
-rw-r--r--src/rtfparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfparser.h b/src/rtfparser.h
index 0090648..fe2d415 100644
--- a/src/rtfparser.h
+++ b/src/rtfparser.h
@@ -93,7 +93,7 @@ private:
// Parse helpers
bool parseControlWord();
- bool parseHexChar(int num);
+ bool parseHexChar(int num, bool ansi);
// Convenience functions for calling the handler
void sendControlWord(const string& cw, int flags, int param);