summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/actions/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/actions/context.h b/framework/actions/context.h
index 4207fe12..52fbdbc1 100644
--- a/framework/actions/context.h
+++ b/framework/actions/context.h
@@ -54,7 +54,7 @@ public:
54 54
55class ContextWrapper { 55class ContextWrapper {
56public: 56public:
57 ContextWrapper(Context &c) : context{c} {} 57 ContextWrapper(Context &c) : context(c) {}
58 Context &context; 58 Context &context;
59}; 59};
60 60