summaryrefslogtreecommitdiff
path: root/src/context.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-05-12 23:25:15 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-05-13 20:09:06 +0100
commitea3e92aa5e68e73fa95196332b739891bbf3f24f (patch)
tree1b91673cdbec34a9dcb592858890fc6db1255ff9 /src/context.hh
parent7bc73b7ef9402f81a6bb496b03ba84197f76e642 (diff)
SelectionList know its buffer and timestamp
Diffstat (limited to 'src/context.hh')
-rw-r--r--src/context.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/context.hh b/src/context.hh
index 60264aba..f612e36a 100644
--- a/src/context.hh
+++ b/src/context.hh
@@ -26,7 +26,8 @@ class Context
{
public:
Context();
- Context(InputHandler& input_handler, Buffer& buffer, SelectionList selections, String name = "");
+ Context(InputHandler& input_handler, SelectionList selections,
+ String name = "");
~Context();
Context(const Context&) = delete;