Fix typo in wxGrid::EnableRowResize() documentation.

Replace 'l' by ';' (fixing corrupted doxygen output).

Closes #23492.

Closes #23493.
This commit is contained in:
mcorino 2023-04-25 10:09:46 +02:00 committed by Vadim Zeitlin
parent a1f1b791d4
commit acf8956a4c

View file

@ -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.