change the interface

This commit is contained in:
Sven Czarnian
2021-10-10 20:52:37 +02:00
parent e0ab3ac68e
commit 70a41bfc0e
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {