From: Václav Slavík Date: Fri, 8 Sep 2006 14:38:49 +0000 (+0000) Subject: added newline to the end of the file to prevent gcc warning X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b4ca59760ed6f9c22c1bd73c9f4aad3403b0f840 added newline to the end of the file to prevent gcc warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/mdig.cpp b/src/generic/mdig.cpp index b6a043aad3..a1cdc3b089 100644 --- a/src/generic/mdig.cpp +++ b/src/generic/mdig.cpp @@ -816,4 +816,5 @@ IMPLEMENT_DYNAMIC_CLASS(wxMDIClientWindow, wxGenericMDIClientWindow) #endif // wxUSE_GENERIC_MDI_AS_NATIVE -#endif // wxUSE_MDI \ No newline at end of file +#endif // wxUSE_MDI +