fix UTF-8 change reversion patch for v0.10.30

This commit is contained in:
T.C. Hollingsworth 2014-07-31 21:56:53 -07:00
parent ea65a91fc7
commit 870eb6e416

View file

@ -767,7 +767,7 @@ index 0dbf7f4..0000000
- return str_; - return str_;
- }; - };
- -
- size_t length() { - size_t length() const {
- return length_; - return length_;
- }; - };
- -