From 30b8cd331e93fbb8a3ce36a8eb8a4e7cc21667e9 Mon Sep 17 00:00:00 2001 From: Tamas Berghammer Date: Mon, 23 Mar 2015 15:50:03 +0000 Subject: Remove virtual and add override to all virtual functions in Process/gdb-remote. llvm-svn: 232952 --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index f8b3bdd51f5..0a0f0e4f9e2 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -77,7 +77,7 @@ public: StringExtractorGDBRemote &response); bool - GetThreadSuffixSupported (); + GetThreadSuffixSupported () override; // This packet is usually sent first and the boolean return value // indicates if the packet was send and any response was received -- cgit v1.2.3