From: Vadim Zeitlin Date: Tue, 20 Dec 2005 01:47:09 +0000 (+0000) Subject: added newline at end of file (avoids gcc warning when building with Xcode 2.2) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3c49b55b0be51f45077edd92df0e06480ca605b added newline at end of file (avoids gcc warning when building with Xcode 2.2) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/imaglist.h b/include/wx/mac/imaglist.h index 6d8ca15ec9..3dd3d032ad 100644 --- a/include/wx/mac/imaglist.h +++ b/include/wx/mac/imaglist.h @@ -2,4 +2,4 @@ #include "wx/mac/classic/imaglist.h" #else #include "wx/mac/carbon/imaglist.h" -#endif \ No newline at end of file +#endif