Skip to content

Commit b1e6ea2

Browse files
committed
CI failure fix
1 parent 9b59ab3 commit b1e6ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/storage/internal/async/object_descriptor_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class ObjectDescriptorImpl
9292
return streams_[active_stream_];
9393
}
9494

95-
void CancelStream(std::shared_ptr<OpenStream> stream);
95+
static void CancelStream(std::shared_ptr<OpenStream> stream);
9696
void Flush(std::unique_lock<std::mutex> lk);
9797
void OnWrite(bool ok);
9898
void DoRead(std::unique_lock<std::mutex>);

0 commit comments

Comments
 (0)