Skip to content

Commit

Permalink
msg/Message.h:remove unneeded inline
Browse files Browse the repository at this point in the history
Member functions defined within class are implicitly inline.

Signed-off-by: Michal Jarzabek <[email protected]>
  • Loading branch information
stiopaa1 committed Dec 18, 2015
1 parent fbd5959 commit 96563fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msg/Message.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class Message : public RefCountedObject {
completion_hook->complete(0);
}
public:
inline const ConnectionRef& get_connection() const { return connection; }
const ConnectionRef& get_connection() const { return connection; }
void set_connection(const ConnectionRef& c) {
connection = c;
}
Expand Down

0 comments on commit 96563fb

Please sign in to comment.