Fix compile error: this function declaration is not a prototype

`cef_basetime_now()` failed to compile if `-Wstrict-prototypes` is set in clang
or gcc.
This commit is contained in:
Sergey Markelov 2023-03-06 16:48:36 +00:00 committed by Marshall Greenblatt
parent 8b79f9cbe7
commit 9ae4da3b38
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ CEF_EXPORT int cef_time_now(cef_time_t* cef_time);
///
/// Retrieve the current system time.
///
CEF_EXPORT cef_basetime_t cef_basetime_now();
CEF_EXPORT cef_basetime_t cef_basetime_now(void);
///
/// Retrieve the delta in milliseconds between two time values. Returns true (1)