diff options
author | Thomas Edvalson <machin3@gmail.com> | 2016-10-06 16:36:05 -0400 |
---|---|---|
committer | Thomas Edvalson <machin3@gmail.com> | 2016-10-06 16:51:19 -0400 |
commit | 6debabe57eaff1bf59d04b84eb56ffdef2a2957f (patch) | |
tree | 10fd2fef227b5173ccabba962a0e4d991b83e236 /bin | |
parent | 1f9e16119f2b17fa507bdee8529459ed91f27b8c (diff) |
Use int instead of int32_t for Vectors
Diffstat (limited to 'bin')
-rw-r--r-- | bin/tests/test_math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/test_math.cpp b/bin/tests/test_math.cpp index e5667bff64..9329002f76 100644 --- a/bin/tests/test_math.cpp +++ b/bin/tests/test_math.cpp @@ -516,7 +516,7 @@ MainLoop* test() { { - Vector<int32_t> hashes; + Vector<int> hashes; List<StringName> tl; ObjectTypeDB::get_type_list(&tl); |