diff options
Diffstat (limited to 'python/generator.cpp')
| -rw-r--r-- | python/generator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/generator.cpp b/python/generator.cpp index 8b7b202c..5541f017 100644 --- a/python/generator.cpp +++ b/python/generator.cpp @@ -249,7 +249,7 @@ int main(int argc, char* argv[]) if (!stringField) fprintf(out, "\tpass\n"); - fprintf(out, "%sPointer = ctypes.POINTER(%s)\n", name.c_str(), name.c_str()); + fprintf(out, "%sHandle = ctypes.POINTER(%s)\n", name.c_str(), name.c_str()); } else if (i.second->GetClass() == EnumerationTypeClass) { |
