| Index: core/fxcrt/fx_bidi.h
|
| diff --git a/core/fxcrt/fx_bidi.h b/core/fxcrt/fx_bidi.h
|
| index 309c6f518d4bc9f07b356e537d4fec682e30afa9..ad5fb27054bdff245d68e228ee74271976aea752 100644
|
| --- a/core/fxcrt/fx_bidi.h
|
| +++ b/core/fxcrt/fx_bidi.h
|
| @@ -49,7 +49,9 @@ class CFX_BidiChar {
|
| class CFX_BidiString {
|
| public:
|
| using const_iterator = std::vector<CFX_BidiChar::Segment>::const_iterator;
|
| +
|
| explicit CFX_BidiString(const CFX_WideString& str);
|
| + ~CFX_BidiString();
|
|
|
| // Overall direction is always LEFT or RIGHT, never NEUTRAL.
|
| CFX_BidiChar::Direction OverallDirection() const {
|
|
|