git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1998-12-23 18:16:19 +00:00
parent e0253070f5
commit 926c550dc5
17 changed files with 142 additions and 116 deletions

View File

@@ -13,6 +13,8 @@
#pragma implementation "serbase.h"
#endif
#ifdef wxUSE_SERIAL
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@ -118,3 +120,5 @@ void WXSERIAL(wxHashTable)::LoadObject(wxObjectInputStream& s)
for (i=0;i<n;i++)
table->hash_table[i] = (wxList *)s.GetChild();
}
#endif