Commit d62a3871 authored by Dominik Charousset's avatar Dominik Charousset

formatting

parent 89b1e997
......@@ -636,7 +636,7 @@ void publish(actor_ptr whom, std::uint16_t port);
* @param port TCP port.
* @returns A pointer to the proxy instance that represents the remote Actor.
*/
actor_ptr remote_actor(char const* host, std::uint16_t port);
actor_ptr remote_actor(const char* host, std::uint16_t port);
} // namespace cppa
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment