Ver código fonte

Remove spurious CXX11_OVERRIDE to make cov-build happy.

Nils Maier 11 anos atrás
pai
commit
dd8e4b0ad0
1 arquivos alterados com 1 adições e 1 exclusões
  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;
   }