From 22c248be960d9c4030be1e8507070fe748ec0aec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Tue, 28 Jul 1998 10:38:46 +0000 Subject: [PATCH] fixed compiler warning (newline at last line missing) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/textfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/textfile.h b/include/wx/textfile.h index a57931687d..9999ffdd46 100644 --- a/include/wx/textfile.h +++ b/include/wx/textfile.h @@ -120,4 +120,4 @@ private: wxString m_strFile; // name of the file }; -#endif //_TEXTFILE_H \ No newline at end of file +#endif //_TEXTFILE_H -- 2.45.2