mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:03:24 +08:00
Ref T773, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e611f5109d
commit
f2096bd826
@@ -167,7 +167,7 @@ namespace BlackMisc
|
||||
|
||||
int CElevationPlane::comparePropertyByIndex(const CPropertyIndex &index, const CElevationPlane &elevationPlane) const
|
||||
{
|
||||
Q_UNUSED(index);
|
||||
Q_UNUSED(index)
|
||||
return this->getAltitude().compare(elevationPlane.getAltitude());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user