mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
Fix: ServerCallFactory's destructor not marked as virtual (#5185)
This commit is contained in:
@@ -83,6 +83,8 @@ class ServerCallFactory {
|
||||
///
|
||||
/// \return Pointer to the `ServerCall` object.
|
||||
virtual ServerCall *CreateCall() const = 0;
|
||||
|
||||
virtual ~ServerCallFactory() = default;
|
||||
};
|
||||
|
||||
/// Represents the generic signature of a `FooServiceHandler::HandleBar()`
|
||||
|
||||
Reference in New Issue
Block a user