diff --git a/include/Nazara/Core/ObjectRef.hpp b/include/Nazara/Core/ObjectRef.hpp index d1cd13ec0..6a69a22ee 100644 --- a/include/Nazara/Core/ObjectRef.hpp +++ b/include/Nazara/Core/ObjectRef.hpp @@ -56,7 +56,7 @@ namespace Nz template bool operator<(const T& lhs, const ObjectRef& rhs); template bool operator<(const ObjectRef& lhs, const T& rhs); - template bool operator<=(const ObjectRef, const ObjectRef& rhs); + template bool operator<=(const ObjectRef& lhs, const ObjectRef& rhs); template bool operator<=(const T& lhs, const ObjectRef& rhs); template bool operator<=(const ObjectRef& lhs, const T& rhs);