From: Vadim Zeitlin Date: Fri, 14 Feb 2003 20:21:00 +0000 (+0000) Subject: silent gcc warning about missing \n at the end of file X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b1e343f2bbcadb59b9c5e8f4637b4a0008077d2c silent gcc warning about missing \n at the end of file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 42a6343ed6..d2ef2fd994 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -2265,4 +2265,5 @@ bool wxVariant::Convert(wxDateTime* value) const wxString val; return Convert(&val) && (value->ParseDate(val)); } -#endif // wxUSE_DATETIME \ No newline at end of file +#endif // wxUSE_DATETIME +