aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/qmi-codegen/Variable.py
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/qmi-codegen/Variable.py')
-rw-r--r--build-aux/qmi-codegen/Variable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/qmi-codegen/Variable.py b/build-aux/qmi-codegen/Variable.py
index 2a8d2e7..42ed1a7 100644
--- a/build-aux/qmi-codegen/Variable.py
+++ b/build-aux/qmi-codegen/Variable.py
@@ -68,7 +68,7 @@ class Variable:
"""
Emits the code to declare specific new types required by the variable.
"""
- def emit_types(self, f):
+ def emit_types(self, f, since):
pass