diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-04-02 13:58:04 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-04-02 13:58:04 +0200 |
| commit | e5215e7138ca35b4d73b34d9076cab51492daf30 (patch) | |
| tree | 9514588b6197888053505bf9a31462184a7b71b0 /src | |
| parent | b9f5dbd3b526385720343f3c0fa596465413aafa (diff) | |
Window: move highlighters after options so that they can reference it
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window.hh b/src/window.hh index 4127b760..66be3d17 100644 --- a/src/window.hh +++ b/src/window.hh @@ -58,12 +58,12 @@ private: DisplayCoord m_dimensions; DisplayBuffer m_display_buffer; - HighlighterGroup m_highlighters; - HighlighterGroup m_builtin_highlighters; - HookManager m_hooks; OptionManager m_options; + HighlighterGroup m_highlighters; + HighlighterGroup m_builtin_highlighters; + size_t m_timestamp = -1; }; |
