Fix typo in wxGrid::EnableRowResize() documentation.
Replace 'l' by ';' (fixing corrupted doxygen output). Closes #23492. Closes #23493.
This commit is contained in:
parent
a1f1b791d4
commit
acf8956a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -4737,7 +4737,7 @@ public:
|
|||
|
||||
@since 3.3.0
|
||||
*/
|
||||
void EnableRowResize(int row)l
|
||||
void EnableRowResize(int row);
|
||||
|
||||
/**
|
||||
Returns the column ID of the specified column position.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue