]> git.saurik.com Git - wxWidgets.git/commitdiff
Document default argument value of wxListCtrl::EnableBellOnNoMatch().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Oct 2012 22:29:35 +0000 (22:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Oct 2012 22:29:35 +0000 (22:29 +0000)
In addition to forgetting to specify the default value in wxGenericListCtrl,
it was also not documented, do it now to complete the fix of r72654.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/listctrl.h

index 41347abe1f1b3701fb7191380ea7193d5e9cac83..daba91dc35acde57d35153375c997d8e61362df1 100644 (file)
@@ -417,7 +417,7 @@ public:
 
         @since 2.9.5
     */
-    void EnableBellOnNoMatch(bool on);
+    void EnableBellOnNoMatch(bool on = true);
 
     /**
         Finish editing the label.