1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-17 00:30:26 +03:00

Fix stray semicolon

This commit is contained in:
Maxime Coste 2023-12-12 21:23:57 +11:00
parent 250ead2b7a
commit 065e0229a9

View File

@ -49,7 +49,6 @@ private:
BufferCoord m_anchor;
BufferCoordAndTarget m_cursor;
};
;
struct Selection : BasicSelection
{