]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
Typo.
[wxWidgets.git] / src / msw / checklst.cpp
index 9c688afc3b45458316a02bd512e46331ec5c05d0..db05ff7812308cc12b1a23f7a2eb87acd766d717 100644 (file)
@@ -90,6 +90,8 @@ public:
   void SendEvent();
 
 private:
+
+    DECLARE_NO_COPY_CLASS(wxCheckListBoxItem)
   bool            m_bChecked;
   wxCheckListBox *m_pParent;
   size_t          m_nIndex;
@@ -393,7 +395,7 @@ void wxCheckListBox::OnKeyDown(wxKeyEvent& event)
         Clear
     } oper;
 
-    switch ( event.KeyCode() )
+    switch ( event.GetKeyCode() )
     {
         case WXK_SPACE:
             oper = Toggle;