summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/FutureResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/FutureResponse.h')
-rw-r--r--cpp/src/qpid/client/FutureResponse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/FutureResponse.h b/cpp/src/qpid/client/FutureResponse.h
index 1e8a7eb456..df3b7c6f30 100644
--- a/cpp/src/qpid/client/FutureResponse.h
+++ b/cpp/src/qpid/client/FutureResponse.h
@@ -36,7 +36,7 @@ class FutureResponse : public FutureCompletion
framing::MethodHolder response;
public:
framing::AMQMethodBody* getResponse(SessionCore& session);
- void received(framing::AMQMethodBody* response);
+ void received(const framing::AMQMethodBody* response);
};
}}