X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e041a73d604cbfc3bb620eef8bc50b7e7e1c1897..5708ae18f2c9b164713918405a6a738ca5538550:/src/generic/laywin.cpp diff --git a/src/generic/laywin.cpp b/src/generic/laywin.cpp index 2057e101f4..786d662b16 100644 --- a/src/generic/laywin.cpp +++ b/src/generic/laywin.cpp @@ -30,8 +30,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxQueryLayoutInfoEvent, wxEvent) IMPLEMENT_DYNAMIC_CLASS(wxCalculateLayoutEvent, wxEvent) -wxDEFINE_EVENT( wxEVT_QUERY_LAYOUT_INFO, wxQueryLayoutInfoEvent ) -wxDEFINE_EVENT( wxEVT_CALCULATE_LAYOUT, wxCalculateLayoutEvent ) +wxDEFINE_EVENT( wxEVT_QUERY_LAYOUT_INFO, wxQueryLayoutInfoEvent ); +wxDEFINE_EVENT( wxEVT_CALCULATE_LAYOUT, wxCalculateLayoutEvent ); // ----------------------------------------------------------------------------