diff --git a/libraries/shared/src/StreamUtils.h b/libraries/shared/src/StreamUtils.h index 4f74e895d2..c9356eaca2 100644 --- a/libraries/shared/src/StreamUtils.h +++ b/libraries/shared/src/StreamUtils.h @@ -48,7 +48,7 @@ std::ostream& operator<<(std::ostream& s, const CapsuleShape& capsule); #ifndef QT_NO_DEBUG_STREAM class QDebug; -// Add support for writing these to qDebug()> +// Add support for writing these to qDebug(). QDebug& operator<<(QDebug& s, const glm::vec3& v); QDebug& operator<<(QDebug& s, const glm::quat& q); QDebug& operator<<(QDebug& s, const glm::mat4& m);