summaryrefslogtreecommitdiff
path: root/fxjs/ijs_event_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/ijs_event_context.h')
-rw-r--r--fxjs/ijs_event_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/ijs_event_context.h b/fxjs/ijs_event_context.h
index a81f9fb5cc..e83c423ff6 100644
--- a/fxjs/ijs_event_context.h
+++ b/fxjs/ijs_event_context.h
@@ -22,7 +22,7 @@ class CPDFSDK_FormFillEnvironment;
// may trigger new events on top of one another.
class IJS_EventContext {
public:
- virtual ~IJS_EventContext() {}
+ virtual ~IJS_EventContext() = default;
virtual Optional<IJS_Runtime::JS_Error> RunScript(
const WideString& script) = 0;