diff options
Diffstat (limited to 'src/modules/m_spanningtree/capab.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/capab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/capab.cpp b/src/modules/m_spanningtree/capab.cpp index 08533f5a8..dd121d9f9 100644 --- a/src/modules/m_spanningtree/capab.cpp +++ b/src/modules/m_spanningtree/capab.cpp @@ -392,7 +392,7 @@ void TreeSocket::SendCapabilities(int phase) } /* Isolate and return the elements that are different between two comma separated lists */ -void TreeSocket::ListDifference(const std::string &one, const std::string &two, char sep, +void TreeSocket::ListDifference(const std::string& one, const std::string& two, char sep, std::string& mleft, std::string& mright) { std::set<std::string> values; |
