]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/serbase.h
added stubs for wxTreeCtrl functions not yet implemented under MSW
[wxWidgets.git] / include / wx / serbase.h
index c49b61d7ced9aa5ef31da678a0df27e4b7ff5a88..1abe0e30c278af28d4eaeff7747078ba889bc0ef 100644 (file)
@@ -8,8 +8,8 @@
 // Copyright:   (c) Guilhem Lavaux
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
-#ifndef __WX_SERBASEH_H__
-#define __WX_SERBASEH_H__
+#ifndef _WX_WX_SERBASEH_H__
+#define _WX_WX_SERBASEH_H__
 
 #include <wx/dynlib.h>
 
@@ -54,4 +54,7 @@ IMPLEMENT_DYNAMIC_CLASS(classname##_Serialize, parent##_Serialize)
 #define IMPLEMENT_ALIAS_SERIAL_CLASS(classname, parent) \
 IMPLEMENT_DYNAMIC_CLASS(classname##_Serialize, parent##_Serialize)
 
+DECLARE_SERIAL_CLASS(wxList, wxObject)
+DECLARE_SERIAL_CLASS(wxHashTable, wxObject)
+
 #endif