Removed types that don't exist in iodbc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1817,9 +1817,9 @@ bool CeditorDlg::GetData()
|
||||
|
||||
if (!invalid)
|
||||
{
|
||||
wxGetApp().Contact->JoinDate.month = (SQLUSMALLINT)mm;
|
||||
wxGetApp().Contact->JoinDate.day = (SQLUSMALLINT)dd;
|
||||
wxGetApp().Contact->JoinDate.year = (SQLSMALLINT)yyyy;
|
||||
wxGetApp().Contact->JoinDate.month = (unsigned short) mm;
|
||||
wxGetApp().Contact->JoinDate.day = (unsigned short) dd;
|
||||
wxGetApp().Contact->JoinDate.year = (short) yyyy;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user