summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedtdorecord_insert.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fde/cfde_txtedtdorecord_insert.h')
-rw-r--r--xfa/fde/cfde_txtedtdorecord_insert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fde/cfde_txtedtdorecord_insert.h b/xfa/fde/cfde_txtedtdorecord_insert.h
index 73493aa4fa..e80453e9e3 100644
--- a/xfa/fde/cfde_txtedtdorecord_insert.h
+++ b/xfa/fde/cfde_txtedtdorecord_insert.h
@@ -21,8 +21,8 @@ class CFDE_TxtEdtDoRecord_Insert : public IFDE_TxtEdtDoRecord {
int32_t nLength);
~CFDE_TxtEdtDoRecord_Insert() override;
- FX_BOOL Undo() const override;
- FX_BOOL Redo() const override;
+ bool Undo() const override;
+ bool Redo() const override;
private:
CFDE_TxtEdtEngine* m_pEngine;