X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/b396a13fb52e4f9d595e07a06d9d88cd8cd6a422..9d8b4da8a4727dbaaad640bd72136cf03614c637:/communicator.cpp?ds=sidebyside diff --git a/communicator.cpp b/communicator.cpp index 94cdb04..6570b01 100644 --- a/communicator.cpp +++ b/communicator.cpp @@ -21,7 +21,7 @@ std::string message::to_string() return oss.str(); } -const int communicator::send_count_before_flush = 4; +int communicator::send_count_before_flush = 4; communicator::communicator() : host((hostdata* )MSG_host_get_data(MSG_host_self()))