Skip to content

Commit

Permalink
Fix QIoDevice::write missing (unknown type __int64), reported by Most…
Browse files Browse the repository at this point in the history
…afa Vahedi
  • Loading branch information
mkottman committed Nov 20, 2011
1 parent 3e68db2 commit af3cd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/types.lua
Expand Up @@ -97,6 +97,7 @@ base_types['long int'] = integer_type(0)
base_types['unsigned long int'] = integer_type(0)
base_types['long unsigned int'] = integer_type(0)
base_types['long long'] = integer_type(0)
base_types['__int64'] = integer_type(0)
base_types['unsigned long long'] = integer_type(0)
base_types['long long int'] = integer_type(0)
base_types['unsigned long long int'] = integer_type(0)
Expand Down

0 comments on commit af3cd6e

Please sign in to comment.