mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Trim trailing space src directory
This commit is contained in:
@@ -43,7 +43,7 @@ void wxPyCallback::EventThunker(wxEvent& event) {
|
||||
wxPyThreadBlocker blocker;
|
||||
wxString className = event.GetClassInfo()->GetClassName();
|
||||
arg = wxPyConstructObject((void*)&event, className);
|
||||
|
||||
|
||||
if (!arg) {
|
||||
PyErr_Print();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user