From 14862cf97c47355ba21e96429c73848a4d2f6f64 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 25 May 2010 15:13:08 +0000 Subject: QPID-2617: Fix the windows build for modified method signature git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@948072 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp index 642be29f2f..608a8f7dae 100644 --- a/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp +++ b/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp @@ -68,7 +68,7 @@ bool SaslAuthenticator::available(void) } // Initialize the SASL mechanism; throw if it fails. -void SaslAuthenticator::init(const std::string& /*saslName*/) +void SaslAuthenticator::init(const std::string& /*saslName*/, const std::string& /*saslConfig*/) { return; } -- cgit v1.2.1