Skip to content
Snippets Groups Projects
Commit aa6d9e36 authored by Julian Oes's avatar Julian Oes Committed by Beat Küng
Browse files

mavlink: fix a shadowing warning

parent ab4441c0
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ MavlinkOrbSubscription::is_published()
}
void
MavlinkOrbSubscription::subscribe_from_beginning(bool subscribe_from_beginning)
MavlinkOrbSubscription::subscribe_from_beginning(bool from_beginning)
{
_subscribe_from_beginning = subscribe_from_beginning;
_subscribe_from_beginning = from_beginning;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment