Commit facc5a51 authored by Ivan Lezhankin's avatar Ivan Lezhankin

Add missing keywords "override".

parent 026b8294
...@@ -561,7 +561,7 @@ public: ...@@ -561,7 +561,7 @@ public:
AnyPointer::Pipeline(kj::refcounted<BrokenPipeline>(exception))); AnyPointer::Pipeline(kj::refcounted<BrokenPipeline>(exception)));
} }
const void* getBrand() { const void* getBrand() override {
return nullptr; return nullptr;
} }
...@@ -586,7 +586,7 @@ public: ...@@ -586,7 +586,7 @@ public:
return VoidPromiseAndPipeline { kj::cp(exception), kj::refcounted<BrokenPipeline>(exception) }; return VoidPromiseAndPipeline { kj::cp(exception), kj::refcounted<BrokenPipeline>(exception) };
} }
kj::Maybe<ClientHook&> getResolved() { kj::Maybe<ClientHook&> getResolved() override {
return nullptr; return nullptr;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment