Index: ppapi/nacl_irt/public/irt_ppapi.h |
diff --git a/ppapi/nacl_irt/public/irt_ppapi.h b/ppapi/nacl_irt/public/irt_ppapi.h |
index 04b4f10afcd1798946a870d7fc7d1285a9aa34f5..c64dbabb1de63bde9a721ca69ba22e14eb80c14d 100644 |
--- a/ppapi/nacl_irt/public/irt_ppapi.h |
+++ b/ppapi/nacl_irt/public/irt_ppapi.h |
@@ -14,7 +14,7 @@ |
struct PP_StartFunctions { |
int32_t (*PPP_InitializeModule)(PP_Module module_id, |
PPB_GetInterface get_browser_interface); |
- void (*PPP_ShutdownModule)(); |
+ void (*PPP_ShutdownModule)(void); |
const void* (*PPP_GetInterface)(const char* interface_name); |
}; |