mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 801345 - Give MessageReplyDeserializer a virtual dtor since we delete the base class pointer; r=cjones
This commit is contained in:
parent
de52d9ea80
commit
33cbe5d37b
@ -85,6 +85,7 @@ class SyncMessage : public Message {
|
||||
class MessageReplyDeserializer {
|
||||
public:
|
||||
bool SerializeOutputParameters(const Message& msg);
|
||||
virtual ~MessageReplyDeserializer() {}
|
||||
private:
|
||||
// Derived classes need to implement this, using the given iterator (which
|
||||
// is skipped past the header for synchronous messages).
|
||||
|
Loading…
Reference in New Issue
Block a user