Fix syntax error in interface headers

Although these headers are not supposed to be compiled, it's still
better to avoid at least the obvious typos in them.

Closes https://github.com/wxWidgets/wxWidgets/pull/2140
This commit is contained in:
Satya Das
2020-12-10 22:13:18 +01:00
committed by Vadim Zeitlin
parent e99992b42d
commit 86a3578a11
10 changed files with 17 additions and 17 deletions

View File

@@ -376,7 +376,7 @@ public:
*/
inline unsigned int GetActualVirtualHeight() const;
unsigned int GetColumnCount() const'
unsigned int GetColumnCount() const;
int GetColumnMinWidth( int column ) const;
@@ -524,4 +524,4 @@ public:
bool DoExpand( wxPGProperty* p );
void CalculateFontAndBitmapStuff( int vspacing );
}:
};