aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-11-04 03:14:57 +0000
committerEric Christopher <echristo@gmail.com>2014-11-04 03:14:57 +0000
commit0010b202ba2545d8bd0fa329083b62bec22d3d79 (patch)
treed4c978d06c937e5a08bfd80009e47a5d6fc0b8b3 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
parent7ab81b9149aef1bc1b7d1ea6749cfedd31581c83 (diff)
downloadllvm-0010b202ba2545d8bd0fa329083b62bec22d3d79.zip
llvm-0010b202ba2545d8bd0fa329083b62bec22d3d79.tar.gz
llvm-0010b202ba2545d8bd0fa329083b62bec22d3d79.tar.bz2
Fix one more [-Werror,-Winconsistent-missing-override] error.
llvm-svn: 221232
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
index ab911cd..bd7da22 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
@@ -58,7 +58,7 @@ public:
bool &quit);
virtual bool
- GetThreadSuffixSupported ()
+ GetThreadSuffixSupported () override
{
return true;
}