summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_sync_message.h')
-rw-r--r--ipc/ipc_sync_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_sync_message.h b/ipc/ipc_sync_message.h
index 2b00f03..a741591 100644
--- a/ipc/ipc_sync_message.h
+++ b/ipc/ipc_sync_message.h
@@ -25,7 +25,7 @@ class IPC_EXPORT SyncMessage : public Message {
public:
SyncMessage(int32 routing_id, uint32 type, PriorityValue priority,
MessageReplyDeserializer* deserializer);
- ~SyncMessage() override;
+ virtual ~SyncMessage();
// Call this to get a deserializer for the output parameters.
// Note that this can only be called once, and the caller is responsible