summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-06-02 00:28:55 +0200
committerattilamolnar <attilamolnar@hush.com>2013-06-02 00:28:55 +0200
commitb01dc3cb865c2faacfa69f6a081117bf349c6f40 (patch)
tree085867c898f36c12260a5933b74df1b11a623363 /include/hashcomp.h
parent3e704abc5af27cc6d8d3e5e720d2fe497b423417 (diff)
Move a few trivial functions into headers
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index 1f1e541d3..e142dcfd3 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -190,7 +190,7 @@ namespace irc
/** Get the joined sequence
* @return A constant reference to the joined string
*/
- const std::string& GetJoined() const;
+ const std::string& GetJoined() const { return joined; }
};
/** irc::modestacker stacks mode sequences into a list.