mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Update sip to version 4.14.7
This commit is contained in:
@@ -18,5 +18,5 @@
|
||||
// Set a C++ bool for the main C implementation of the module.
|
||||
extern "C" void sipSetBool(void *ptr, int val)
|
||||
{
|
||||
*reinterpret_cast<bool *>(ptr) = val;
|
||||
*reinterpret_cast<bool *>(ptr) = val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user