From: Vadim Zeitlin Date: Thu, 11 Oct 2012 22:29:35 +0000 (+0000) Subject: Document default argument value of wxListCtrl::EnableBellOnNoMatch(). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d01c174676f9aaff68142eff49c2128c4473624b Document default argument value of wxListCtrl::EnableBellOnNoMatch(). 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 --- diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index 41347abe1f..daba91dc35 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -417,7 +417,7 @@ public: @since 2.9.5 */ - void EnableBellOnNoMatch(bool on); + void EnableBellOnNoMatch(bool on = true); /** Finish editing the label.