]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/accel.h
Add XRC handler for wxCommandLinkButton.
[wxWidgets.git] / include / wx / accel.h
index 0d3593cc282a2463db621a254970849a4359cad5..65b9a182f6f96f16f46e7ccd22693a007747fe0f 100644 (file)
@@ -107,8 +107,7 @@ public:
 
     bool IsOk() const
     {
-        return m_flags != 0 &&
-               m_keyCode != 0;
+        return  m_keyCode != 0;
     }