diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-10-22 00:20:09 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-10-22 13:54:03 +0100 |
| commit | b2e90fe21eb2bffd65d66fb40c02195cabbb3fa3 (patch) | |
| tree | 843ddd3c82fdf4e6830efc3ae7d32139b7313a84 /src/window.hh | |
| parent | fc4142178f2619a9ba0cac62ce1081590a56ed79 (diff) | |
Refactor highlighters, use an interface with virtual methods
Diffstat (limited to 'src/window.hh')
| -rw-r--r-- | src/window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hh b/src/window.hh index 6e26c082..d1e821b6 100644 --- a/src/window.hh +++ b/src/window.hh @@ -36,7 +36,7 @@ public: CharCoord display_position(ByteCoord coord); - HighlighterGroup& highlighters() { return m_highlighters; } + Highlighter& highlighters() { return m_highlighters; } OptionManager& options() { return m_options; } const OptionManager& options() const { return m_options; } |
