diff options
Diffstat (limited to 'fxjs/cjs_eventhandler.h')
-rw-r--r-- | fxjs/cjs_eventhandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fxjs/cjs_eventhandler.h b/fxjs/cjs_eventhandler.h index 87ce1dcca0..4087355405 100644 --- a/fxjs/cjs_eventhandler.h +++ b/fxjs/cjs_eventhandler.h @@ -13,10 +13,10 @@ #include "fpdfsdk/cpdfsdk_formfillenvironment.h" class CJS_EventContext; +class CJS_Field; class CPDFSDK_Annot; class CPDF_Bookmark; class CPDF_FormField; -class Field; enum JS_EVENT_T { JET_UNKNOWN, @@ -158,8 +158,8 @@ class CJS_EventHandler { void SetSelEnd(int value); void SetSelStart(int value); bool Shift() const; - Field* Source(); - Field* Target_Field(); + CJS_Field* Source(); + CJS_Field* Target_Field(); WideString& Value(); bool WillCommit() const; const WideString& TargetName() const; |