diff options
Diffstat (limited to 'content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp')
-rw-r--r-- | content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp b/content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp index 8f42d6c..488c859 100644 --- a/content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp +++ b/content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp @@ -31,7 +31,7 @@ using namespace std; -// A test where the plug-ins scriptable object either has or doesn't have an invokeDefault function. +// A test where the plugins scriptable object either has or doesn't have an invokeDefault function. class PluginScriptableNPObjectInvokeDefault : public PluginTest { public: PluginScriptableNPObjectInvokeDefault(NPP npp, const string& identifier) |