]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/accel.h
use WS_CLIPSIBLINGS for wxStaticLine as well
[wxWidgets.git] / include / wx / accel.h
index 40676ee7f0803f0049d2665788c123e2c567df04..a5202e417366cc8327fb26ee65bcacae3988981d 100644 (file)
@@ -75,7 +75,7 @@ public:
     bool operator!=(const wxAcceleratorEntry& entry) const
         { return !(*this == entry); }
 
-#ifdef __WXMOTIF__
+#if defined(__WXMOTIF__) || defined(__WXX11__)
     // Implementation use only
     bool MatchesEvent(const wxKeyEvent& event) const ;
 #endif