Document missing wxGridStringTable parent class

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

Closes #22258.
This commit is contained in:
Scott Talbert
2022-04-02 16:48:54 +02:00
committed by Vadim Zeitlin
parent 46f81624c1
commit 5614f73b2b
+1 -1
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:
/**