summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/outgoingrequests.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/outgoingrequests.hxx')
-rw-r--r--binaryurp/source/outgoingrequests.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/outgoingrequests.hxx b/binaryurp/source/outgoingrequests.hxx
index 7816032596f1..294119693d02 100644
--- a/binaryurp/source/outgoingrequests.hxx
+++ b/binaryurp/source/outgoingrequests.hxx
@@ -48,7 +48,7 @@ public:
OutgoingRequest top(rtl::ByteSequence const& tid);
- void pop(rtl::ByteSequence const& tid) throw();
+ void pop(rtl::ByteSequence const& tid) noexcept;
private:
OutgoingRequests(const OutgoingRequests&) = delete;