Document missing wxGridStringTable parent class

See https://github.com/wxWidgets/Phoenix/issues/2131

Closes #22258.
This commit is contained in:
Scott Talbert 2022-04-01 20:59:43 -04:00 committed by Vadim Zeitlin
parent 46f81624c1
commit 5614f73b2b

View file

@ -1905,7 +1905,7 @@ public:
The number of rows and columns in the table can be specified initially but
may also be changed later dynamically.
*/
class wxGridStringTable
class wxGridStringTable : public wxGridTableBase
{
public:
/**