summaryrefslogtreecommitdiff
path: root/src/context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.hh')
-rw-r--r--src/context.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/context.hh b/src/context.hh
index 48b01a87..e2f45cc1 100644
--- a/src/context.hh
+++ b/src/context.hh
@@ -63,9 +63,11 @@ public:
Transient = 1,
};
- Context();
Context(InputHandler& input_handler, SelectionList selections,
Flags flags, String name = "");
+
+ struct EmptyContextFlag {};
+ explicit Context(EmptyContextFlag);
~Context();
Context(const Context&) = delete;