From 5614f73b2bebb83babfef8352df4cb972a01f94f Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Fri, 1 Apr 2022 20:59:43 -0400 Subject: [PATCH] Document missing wxGridStringTable parent class See https://github.com/wxWidgets/Phoenix/issues/2131 Closes #22258. --- interface/wx/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/grid.h b/interface/wx/grid.h index c106ba7ae2..7fb6fcde88 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -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: /**