diff options
Diffstat (limited to '3rdparty/glm/test/gtc/gtc_epsilon.cpp')
| -rw-r--r-- | 3rdparty/glm/test/gtc/gtc_epsilon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/glm/test/gtc/gtc_epsilon.cpp b/3rdparty/glm/test/gtc/gtc_epsilon.cpp index fcb50ac720e..20c59a1ae22 100644 --- a/3rdparty/glm/test/gtc/gtc_epsilon.cpp +++ b/3rdparty/glm/test/gtc/gtc_epsilon.cpp @@ -25,7 +25,7 @@ int test_defined() return 0; } -template<typename T> +template <typename T> int test_equal() { int Error(0); |
