Commit 16f4baa3 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #6498 from berak:python_size_t

parents c3d1f94e 11e563fd
......@@ -228,6 +228,7 @@ gen_template_rw_prop_init = Template("""
simple_argtype_mapping = {
"bool": ("bool", "b", "0"),
"size_t": ("size_t", "I", "0"),
"int": ("int", "i", "0"),
"float": ("float", "f", "0.f"),
"double": ("double", "d", "0"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment