diff options
Diffstat (limited to 'gpu/gpu_plugin')
-rw-r--r-- | gpu/gpu_plugin/gpu_plugin.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/gpu_plugin/gpu_plugin.cc b/gpu/gpu_plugin/gpu_plugin.cc index dc69e61..3e2ee16 100644 --- a/gpu/gpu_plugin/gpu_plugin.cc +++ b/gpu/gpu_plugin/gpu_plugin.cc @@ -50,7 +50,8 @@ NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) { NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) { return NPERR_NO_ERROR; } -} + +} // namespace NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* funcs) { funcs->newp = NPP_New; |