summaryrefslogtreecommitdiffstats
path: root/tests/BrowserTestPlugin/jni/PluginObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BrowserTestPlugin/jni/PluginObject.h')
-rw-r--r--tests/BrowserTestPlugin/jni/PluginObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/BrowserTestPlugin/jni/PluginObject.h b/tests/BrowserTestPlugin/jni/PluginObject.h
index a058d4a..037367e 100644
--- a/tests/BrowserTestPlugin/jni/PluginObject.h
+++ b/tests/BrowserTestPlugin/jni/PluginObject.h
@@ -65,7 +65,7 @@ class SubPlugin {
public:
SubPlugin(NPP inst) : m_inst(inst) {}
virtual ~SubPlugin() {}
- virtual int16 handleEvent(const ANPEvent* evt) = 0;
+ virtual int16_t handleEvent(const ANPEvent* evt) = 0;
NPP inst() const { return m_inst; }