]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
compilation fixes for Unix - IT DOES NOT WORK YET, DON'T TRY IT
[wxWidgets.git] / include / wx / listctrl.h
index 89f8a5ab53a11a5f2ddc72fdf1a8de825a30987b..56139e3b3f38d84155fda3e125d40a01e138dd23 100644 (file)
@@ -16,7 +16,7 @@
 #elif defined(__WXMAC__)
 #include "wx/generic/listctrl.h"
 #elif defined(__WXPM__)
-#include "wx/os2/listctrl.h"
+#include "wx/generic/listctrl.h"
 #elif defined(__WXSTUBS__)
 #include "wx/generic/listctrl.h"
 #endif
@@ -54,6 +54,10 @@ public:
     inline long GetMask() { return m_item.m_mask; }
     inline const wxListItem &GetItem() const { return m_item; }
 
+#ifndef __WXMSW__
+    void CopyObject(wxObject& object_dest) const;
+#endif
+
 private:
     DECLARE_DYNAMIC_CLASS(wxListEvent)
 };