Add missing `override` annotation to make compiler happy
Removes build-time compiler warnings due to overriding a member function without an explicit `override` marker due to `-Winconsistent-missing-override` directive. PiperOrigin-RevId: 208556615
Loading
Please sign in to comment