diff options
Diffstat (limited to 'cppe/include/IceE/StringConverter.h')
-rw-r--r-- | cppe/include/IceE/StringConverter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/include/IceE/StringConverter.h b/cppe/include/IceE/StringConverter.h index 649bd65c6af..d2e2f7eaec1 100644 --- a/cppe/include/IceE/StringConverter.h +++ b/cppe/include/IceE/StringConverter.h @@ -50,13 +50,13 @@ public: // past the last byte returned by getMoreBytes). // virtual Byte* toUTF8(const charT* sourceStart, const charT* sourceEnd, - UTF8Buffer&) const = 0; + UTF8Buffer&) const = 0; // // Unmarshals a UTF-8 sequence into a basic_string // virtual void fromUTF8(const Byte* sourceStart, const Byte* sourceEnd, - std::basic_string<charT>& target) const = 0; + std::basic_string<charT>& target) const = 0; }; typedef BasicStringConverter<char> StringConverter; |