diff options
Diffstat (limited to 'build-aux/qmi-codegen/Variable.py')
-rw-r--r-- | build-aux/qmi-codegen/Variable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/qmi-codegen/Variable.py b/build-aux/qmi-codegen/Variable.py index cc992c6..d3691a3 100644 --- a/build-aux/qmi-codegen/Variable.py +++ b/build-aux/qmi-codegen/Variable.py @@ -94,7 +94,7 @@ class Variable: """ Builds the code to include the declaration of a variable of this kind. """ - def build_variable_declaration(self, line_prefix, variable_name): + def build_variable_declaration(self, public, line_prefix, variable_name): return '' """ |