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
This commit is contained in:
Vadim Zeitlin 2012-10-11 22:29:35 +00:00
parent 4d3d97a84c
commit d01c174676

View File

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