diff options
Diffstat (limited to 'bin/tests/test_math.cpp')
-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 9329002f76..2ffef83f79 100644 --- a/bin/tests/test_math.cpp +++ b/bin/tests/test_math.cpp @@ -518,7 +518,7 @@ MainLoop* test() { Vector<int> hashes; List<StringName> tl; - ObjectTypeDB::get_type_list(&tl); + ClassDB::get_class_list(&tl); for (List<StringName>::Element *E=tl.front();E;E=E->next()) { |