summaryrefslogtreecommitdiff
path: root/cesar/maximus/interface/msg/inc/MsgFunctionCall.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/maximus/interface/msg/inc/MsgFunctionCall.h')
-rw-r--r--cesar/maximus/interface/msg/inc/MsgFunctionCall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/maximus/interface/msg/inc/MsgFunctionCall.h b/cesar/maximus/interface/msg/inc/MsgFunctionCall.h
index b956654068..c2c3fd34ae 100644
--- a/cesar/maximus/interface/msg/inc/MsgFunctionCall.h
+++ b/cesar/maximus/interface/msg/inc/MsgFunctionCall.h
@@ -132,9 +132,9 @@ public:
void send_async ();
void send_async_2 (const Station &sta);
- void send ();
+ MsgFunctionCall *send ();
- void send_2 (const Station &sta);
+ MsgFunctionCall *send_2 (const Station &sta);
bool is_param (const std::string &name) const;