mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-24 00:33:56 -04:00
AP_Math: define != for Vector2<int>
This commit is contained in:
parent
f1e5c72ee9
commit
189ef5f1e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user