Index: Source/build/scripts/make_event_factory.py |
diff --git a/Source/build/scripts/make_event_factory.py b/Source/build/scripts/make_event_factory.py |
index 95abe360c58dd405c30c1e5e1d63b3e702b6f164..abf1ac0ae5c57b640f8b801808efdac7a1fdeba8 100644 |
--- a/Source/build/scripts/make_event_factory.py |
+++ b/Source/build/scripts/make_event_factory.py |
@@ -52,8 +52,8 @@ class EventFactoryWriter(name_macros.Writer): |
'lower_first': name_utilities.lower_first, |
} |
- def __init__(self, in_file_path, enabled_conditions): |
- super(EventFactoryWriter, self).__init__(in_file_path, enabled_conditions) |
+ def __init__(self, in_file_path): |
+ super(EventFactoryWriter, self).__init__(in_file_path) |
self._outputs[(self.namespace + ".cpp")] = self.generate_implementation |
@template_expander.use_jinja('EventFactory.cpp.tmpl', filters=filters) |