mirror of https://github.com/aria2/aria2
Remove spurious CXX11_OVERRIDE to make cov-build happy.
parent
a82f08765e
commit
dd8e4b0ad0
|
@ -322,7 +322,7 @@ class DowncastValueBaseVisitor:public EmptyDowncastValueBaseVisitor {
|
||||||
public:
|
public:
|
||||||
DowncastValueBaseVisitor() : result_{nullptr} {}
|
DowncastValueBaseVisitor() : result_{nullptr} {}
|
||||||
|
|
||||||
virtual void visit(const T& t) CXX11_OVERRIDE
|
virtual void visit(const T& t)
|
||||||
{
|
{
|
||||||
result_ = &t;
|
result_ = &t;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue