Fix another typo in previous commit

This commit is contained in:
Aleric Inglewood 2014-07-13 20:54:27 +02:00 committed by Carlo Wood
parent 961eca4327
commit 13c2c69d06

View file

@ -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);