Remove spurious CXX11_OVERRIDE to make cov-build happy.

pull/233/head
Nils Maier 2014-05-26 01:34:26 +02:00
parent a82f08765e
commit dd8e4b0ad0
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class DowncastValueBaseVisitor:public EmptyDowncastValueBaseVisitor {
public:
DowncastValueBaseVisitor() : result_{nullptr} {}
virtual void visit(const T& t) CXX11_OVERRIDE
virtual void visit(const T& t)
{
result_ = &t;
}