Skip to content

Commit

Permalink
fix compile warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Mar 17, 2017
1 parent d0ee449 commit 02faf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirLib/include/controllers/DroneControllerCancelable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ class DroneControllerCancelable : CancelableBase {

private:
std::unique_lock<std::mutex> lock_;
std::atomic_bool* is_cancelled_;
bool loop_post_needed = false;
DroneControllerBase* controller_;
std::atomic_bool* is_cancelled_;
};

private: //vars
Expand Down

0 comments on commit 02faf67

Please sign in to comment.