useless semicolon removal

This commit is contained in:
ZappoMan 2014-09-03 12:28:35 -07:00
parent 9a02545d9e
commit 59d0bb29a2

View file

@ -217,7 +217,7 @@ RayToEntityIntersectionResult::RayToEntityIntersectionResult() :
distance(0),
face()
{
};
}
QScriptValue RayToEntityIntersectionResultToScriptValue(QScriptEngine* engine, const RayToEntityIntersectionResult& value) {
QScriptValue obj = engine->newObject();