summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 9879bec7..e01919ee 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -168,10 +168,10 @@ public:
const HookManager& hooks() const { return m_hooks; }
std::unordered_set<BufferChangeListener*>& change_listeners() const { return m_change_listeners; }
-private:
- friend class BufferIterator;
void check_invariant() const;
+private:
+ friend class BufferIterator;
struct Line
{