change the interface
This commit is contained in:
@@ -61,7 +61,7 @@ bool AircraftReporter::initialized() const noexcept {
|
||||
return nullptr != this->m_socket;
|
||||
}
|
||||
|
||||
bool AircraftReporter::send(const aman::AircraftReport& report) {
|
||||
bool AircraftReporter::send(aman::AircraftReport& report) {
|
||||
bool retval = false;
|
||||
|
||||
if (nullptr != this->m_socket) {
|
||||
|
||||
Reference in New Issue
Block a user