File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ include/pulsar/Version.h
6969* .ninja *
7070.clangd /
7171compile_commands.json
72- .cmake-build-debug /
7372
7473# doxygen files
7574apidocs /
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ KeySharedPolicy &KeySharedPolicy::setAllowOutOfOrderDelivery(bool allowOutOfOrde
5151bool KeySharedPolicy::isAllowOutOfOrderDelivery () const { return impl_->allowOutOfOrderDelivery ; }
5252
5353KeySharedPolicy &KeySharedPolicy::setStickyRanges (std::initializer_list<StickyRange> ranges) {
54- return this ->setStickyRanges (StickyRanges v (ranges));
54+ return this ->setStickyRanges (StickyRanges (ranges));
5555}
5656
5757KeySharedPolicy &KeySharedPolicy::setStickyRanges (const StickyRanges &ranges) {
You can’t perform that action at this time.
0 commit comments