Fix one more [-Werror,-Winconsistent-missing-override] error.

llvm-svn: 221232
This commit is contained in:
Eric Christopher 2014-11-04 03:14:57 +00:00
parent 7ab81b9149
commit 0010b202ba
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public:
bool &quit);
virtual bool
GetThreadSuffixSupported ()
GetThreadSuffixSupported () override
{
return true;
}