stupid bug corrected (the code was never compiled)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1998-12-30 16:04:01 +00:00
parent db13126198
commit e107d0536c

View File

@ -13,8 +13,6 @@
#pragma implementation "serbase.h"
#endif
#ifdef wxUSE_SERIAL
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@ -26,6 +24,8 @@
#pragma hdrstop
#endif
#ifdef wxUSE_SERIAL
// ----------------------------------------------------------------------------
// wxObject_Serialize
// ----------------------------------------------------------------------------
@ -121,4 +121,4 @@ void WXSERIAL(wxHashTable)::LoadObject(wxObjectInputStream& s)
table->hash_table[i] = (wxList *)s.GetChild();
}
#endif
#endif // wxUSE_SERIAL