summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfa/fde/cfde_texteditengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/cfde_texteditengine.h b/xfa/fde/cfde_texteditengine.h
index 5decc18ab6..980eeb207d 100644
--- a/xfa/fde/cfde_texteditengine.h
+++ b/xfa/fde/cfde_texteditengine.h
@@ -23,10 +23,10 @@ struct FDE_TEXTEDITPIECE {
FDE_TEXTEDITPIECE(const FDE_TEXTEDITPIECE& that);
~FDE_TEXTEDITPIECE();
+ CFX_RectF rtPiece;
int32_t nStart = 0;
int32_t nCount = 0;
int32_t nBidiLevel = 0;
- CFX_RectF rtPiece;
uint32_t dwCharStyles = 0;
};