summaryrefslogtreecommitdiff
path: root/src/selection.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-12-12 21:23:57 +1100
committerMaxime Coste <mawww@kakoune.org>2023-12-12 21:23:57 +1100
commit065e0229a9998150116d623d29174248293cb8cd (patch)
tree552d9eb7759d5a2f97bcbe02c12ee446ff5c5d7c /src/selection.hh
parent250ead2b7ac3c831f7003e1e2801200cb4fcc22d (diff)
Fix stray semicolon
Diffstat (limited to 'src/selection.hh')
-rw-r--r--src/selection.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selection.hh b/src/selection.hh
index bd179322..509a527d 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -49,7 +49,6 @@ private:
BufferCoord m_anchor;
BufferCoordAndTarget m_cursor;
};
-;
struct Selection : BasicSelection
{