diff options
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
-rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index 99407bc3a6..cc02d9ec94 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -156,7 +156,7 @@ ManagementObject* SessionState::GetManagementObject (void) const Manageable::status_t SessionState::ManagementMethod (uint32_t methodId, Args& /*args*/, - string& /*text*/) + std::string& /*text*/) { Manageable::status_t status = Manageable::STATUS_UNKNOWN_METHOD; |