Make function 'const'

This commit is contained in:
bernat 2020-10-06 16:49:00 +02:00
parent 4550573b5e
commit 76a1e95c6f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace tcp {
_synchronous = is_synchro;
}
bool IsSynchronousMode(void) {
bool IsSynchronousMode() const {
return _synchronous;
}