Fix typo in previous commit

This commit is contained in:
Aleric Inglewood 2014-07-13 20:51:19 +02:00 committed by Carlo Wood
parent ea98b58b40
commit 961eca4327

View file

@ -312,7 +312,7 @@ Box operator*(const glm::mat4& matrix, const Box& box) {
}
QDebug& operator<<(QDebug& dbg, const Box& box) {
return dbg.nospace() << "{type='Box', minimum=" << box.minimum << ", maximumx=" << box.maximum << "}";
return dbg.nospace() << "{type='Box', minimum=" << box.minimum << ", maximum=" << box.maximum << "}";
}
QMetaObjectEditor::QMetaObjectEditor(QWidget* parent) : QWidget(parent) {