AP_Math: define != for Vector2<int>

This commit is contained in:
Peter Barker 2019-04-28 08:50:25 +10:00 committed by Randy Mackay
parent f1e5c72ee9
commit 189ef5f1e7
1 changed files with 1 additions and 0 deletions

View File

@ -451,3 +451,4 @@ template bool Vector2<long>::operator ==(const Vector2<long> &v) const;
// define for int
template bool Vector2<int>::operator ==(const Vector2<int> &v) const;
template bool Vector2<int>::operator !=(const Vector2<int> &v) const;