|
@@ -64,7 +64,7 @@ namespace aman {
|
|
|
* @param[in] report The new aircraft report
|
|
|
* @return True if the report is sent, else false
|
|
|
*/
|
|
|
- bool send(const aman::AircraftReport& report);
|
|
|
+ bool send(aman::AircraftReport& report);
|
|
|
/**
|
|
|
* @brief Returns the reporter instance
|
|
|
* @return The system-wide instance
|