Rename BindingDeclarations to Bindings.

This commit is contained in:
Ms2ger 2014-06-02 19:48:42 +02:00
parent 488ac518e4
commit 97efd122a3
105 changed files with 120 additions and 120 deletions

View file

@ -77,7 +77,7 @@ def main():
generate_file(config, 'InheritTypes')
# Generate the module declarations.
generate_file(config, 'BindingDeclarations')
generate_file(config, 'Bindings')
generate_file(config, 'UnionTypes')