diff options
-rw-r--r-- | framework/actions/context.h | 2 |
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 | ||
55 | class ContextWrapper { | 55 | class ContextWrapper { |
56 | public: | 56 | public: |
57 | ContextWrapper(Context &c) : context{c} {} | 57 | ContextWrapper(Context &c) : context(c) {} |
58 | Context &context; | 58 | Context &context; |
59 | }; | 59 | }; |
60 | 60 | ||