diff options
Diffstat (limited to 'router.h')
-rw-r--r-- | router.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ public: Router(); ~Router(); void addConnection(ConnectionParam &conn,const std::string &name); - connection_param_t getRoute(); + ConnectionParam getRoute(); private: Router(const Router &s); |