diff options
Diffstat (limited to 'src/context.hh')
| -rw-r--r-- | src/context.hh | 3 |
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; |
