mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
don't use reinterpret_cast in wxPGPropArgCls
This commit is contained in:
@@ -99,7 +99,7 @@ def run():
|
||||
return sipGetState(sipTransferObj);
|
||||
}
|
||||
else if (sipPy == Py_None) {
|
||||
*sipCppPtr = new wxPGPropArgCls(reinterpret_cast< wxPGProperty * >(NULL));
|
||||
*sipCppPtr = new wxPGPropArgCls(static_cast< wxPGProperty * >(NULL));
|
||||
return sipGetState(sipTransferObj);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user