MapWidget: silence compiler warning
This commit is contained in:
parent
43b8d157ce
commit
a0184ac80c
1 changed files with 3 additions and 0 deletions
|
@ -1647,6 +1647,9 @@ SGGeod MapWidget::unproject(const SGVec2d& p) const
|
||||||
SGVec3d cartPt = orient.rotate(SGVec3d(unscaled.x(), unscaled.y(), 0.0));
|
SGVec3d cartPt = orient.rotate(SGVec3d(unscaled.x(), unscaled.y(), 0.0));
|
||||||
return SGGeod::fromCart(cartPt + cartCenter);
|
return SGGeod::fromCart(cartPt + cartCenter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
default:
|
||||||
|
throw sg_exception("MapWidget::unproject(): requested unknown projection");
|
||||||
} // of projection mode switch
|
} // of projection mode switch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue