]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/serbase.cpp
dlopen fixes
[wxWidgets.git] / src / common / serbase.cpp
index 1f2ea96f9c00f8b5b884169b75a6878d8bf05d3d..cf00ab21d534be9d4dc1d0a18b460ab96d6e7bdf 100644 (file)
@@ -24,6 +24,8 @@
 #pragma hdrstop
 #endif
 
+#if wxUSE_SERIAL
+
 // ----------------------------------------------------------------------------
 // wxObject_Serialize
 // ----------------------------------------------------------------------------
@@ -118,3 +120,5 @@ void WXSERIAL(wxHashTable)::LoadObject(wxObjectInputStream& s)
   for (i=0;i<n;i++)
     table->hash_table[i] = (wxList *)s.GetChild();
 }
+
+#endif // wxUSE_SERIAL