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
This commit is contained in:
Vadim Zeitlin
2003-02-14 20:21:00 +00:00
parent 22cbd10ea3
commit b1e343f2bb

View File

@@ -2265,4 +2265,5 @@ bool wxVariant::Convert(wxDateTime* value) const
wxString val;
return Convert(&val) && (value->ParseDate(val));
}
#endif // wxUSE_DATETIME
#endif // wxUSE_DATETIME