Explorar o código

Remove spurious CXX11_OVERRIDE to make cov-build happy.

Nils Maier %!s(int64=11) %!d(string=hai) anos
pai
achega
dd8e4b0ad0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/ValueBase.h

+ 1 - 1
src/ValueBase.h

@@ -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;
   }