GIT
/
REPO
/
FRED-BOY
Projects
/
odcread.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update handling of multi-byte strings
[odcread.git]
/
textmodel.h
diff --git
a/textmodel.h
b/textmodel.h
index 92d387a61b5596595b4dd985c9f1c36692671755..07a8f646c56760606adf5607623a3a5260dd7d46 100644
(file)
--- a/
textmodel.h
+++ b/
textmodel.h
@@
-37,7
+37,7
@@
namespace odc {
~LongPiece();
virtual void read(Reader &reader);
virtual std::string toString() const;
- virtual std::string getText() const;
+ virtual std::
w
string getText() const;
virtual void accept(Visitor &visitor) const;
};
DEADSOFTWARE 2012-2025