diff options
Diffstat (limited to 'src/rtfparser.h')
-rw-r--r-- | src/rtfparser.h | 2 |
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); |