diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-05-08 17:36:16 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-05-08 17:36:45 (GMT) |
commit | 73ad73d896664a75e30063a6b96ed18a3b856786 (patch) | |
tree | c60a625c2a70501972c9c4a4cb45e903772c9fe9 /Swiften/Queries | |
parent | 09de88ddd4377a53a880b98d63bbe391eba982b9 (diff) | |
download | swift-73ad73d896664a75e30063a6b96ed18a3b856786.zip swift-73ad73d896664a75e30063a6b96ed18a3b856786.tar.bz2 |
Flush bookmarks.
Resolves: #335
Diffstat (limited to 'Swiften/Queries')
-rw-r--r-- | Swiften/Queries/Requests/SetPrivateStorageRequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Queries/Requests/SetPrivateStorageRequest.h b/Swiften/Queries/Requests/SetPrivateStorageRequest.h index 997d434..2bdb133 100644 --- a/Swiften/Queries/Requests/SetPrivateStorageRequest.h +++ b/Swiften/Queries/Requests/SetPrivateStorageRequest.h @@ -20,7 +20,7 @@ namespace Swift { SetPrivateStorageRequest(boost::shared_ptr<PAYLOAD_TYPE> payload, IQRouter* router) : Request(IQ::Set, JID(), boost::shared_ptr<PrivateStorage>(new PrivateStorage(payload)), router) { } - virtual void handleResponse(boost::shared_ptr<Payload> payload, boost::optional<ErrorPayload> error) { + virtual void handleResponse(boost::shared_ptr<Payload>, boost::optional<ErrorPayload> error) { onResponse(error); } |