mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update include/ files for strict C function prototypes
This commit is contained in:
committed by
Marshall Greenblatt
parent
8bfcbeaf48
commit
758022006a
@@ -58,7 +58,7 @@ extern "C" {
|
||||
// multiple of this object and to destroy the object immediately after passing
|
||||
// into the CefExecutProcess() and/or CefInitialize() functions.
|
||||
///
|
||||
void* cef_sandbox_info_create();
|
||||
void* cef_sandbox_info_create(void);
|
||||
|
||||
///
|
||||
// Destroy the specified sandbox information object.
|
||||
|
Reference in New Issue
Block a user