X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e041a73d604cbfc3bb620eef8bc50b7e7e1c1897..841088129481b7bd5b4ab91c1a6a0886b6c1b4f1:/src/generic/laywin.cpp?ds=sidebyside 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 ); // ----------------------------------------------------------------------------