Add version information to wxPersistentComboBox documentation

Just add the previously forgotten "@since" tag.
This commit is contained in:
Vadim Zeitlin
2020-11-19 23:30:13 +01:00
parent 152ec51033
commit 4b375971b1

View File

@@ -30,6 +30,8 @@
combo->SetSelection(0);
@endcode
@since 3.1.5
*/
class wxPersistentComboBox : public wxPersistentWindow<wxComboBox>
{