]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbase.h
Changed all symbols with the name "id" to "winid" to allow Objective-C++
[wxWidgets.git] / include / wx / listbase.h
index dae2b38f23f1a5562bf734e75828af0137b4687e..9172a11fe9058246bda3c47ff9809ad743eaefd6 100644 (file)
@@ -342,8 +342,8 @@ private:
 class WXDLLEXPORT wxListEvent : public wxNotifyEvent
 {
 public:
-    wxListEvent(wxEventType commandType = wxEVT_NULL, int id = 0)
-        : wxNotifyEvent(commandType, id)
+    wxListEvent(wxEventType commandType = wxEVT_NULL, int winid = 0)
+        : wxNotifyEvent(commandType, winid)
         , m_code(0)
         , m_oldItemIndex(0)
         , m_itemIndex(0)