From b4ca59760ed6f9c22c1bd73c9f4aad3403b0f840 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 8 Sep 2006 14:38:49 +0000 Subject: [PATCH] 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 --- src/generic/mdig.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 + -- 2.47.2