summaryrefslogtreecommitdiff
path: root/src/scope.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/scope.hh')
-rw-r--r--src/scope.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scope.hh b/src/scope.hh
index 870e1159..b98be7bb 100644
--- a/src/scope.hh
+++ b/src/scope.hh
@@ -36,6 +36,8 @@ public:
Highlighters& highlighters() { return m_highlighters; }
const Highlighters& highlighters() const { return m_highlighters; }
+ void reparent(Scope& parent);
+
private:
friend class GlobalScope;
Scope() = default;