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