diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-12-16 23:24:08 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-12-16 23:24:08 +0000 |
| commit | d1ac813f61e4f9e78077c43f8bf5bbda9dcef55f (patch) | |
| tree | 0b34f833a824d58e6b22ccb271328631506ad564 /src/context.hh | |
| parent | ae75594d252651c4557b621573c2481bee40a137 (diff) | |
Pass a Context rather than a Window to highlighters
Diffstat (limited to 'src/context.hh')
| -rw-r--r-- | src/context.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context.hh b/src/context.hh index fd82b8f9..54c79490 100644 --- a/src/context.hh +++ b/src/context.hh @@ -26,6 +26,7 @@ class Context public: Context(); Context(InputHandler& input_handler, Editor& editor, String name = ""); + Context(Editor& editor, String name = ""); ~Context(); Context(const Context&) = delete; |
