diff --git a/lib/communicator/Communicator_base.h b/lib/communicator/Communicator_base.h index cd64abb7..b6e50c24 100644 --- a/lib/communicator/Communicator_base.h +++ b/lib/communicator/Communicator_base.h @@ -198,7 +198,7 @@ public: template void Broadcast(int root,obj &data) { Broadcast(root,(void *)&data,sizeof(data)); - }; + } };