Explorar el Código

Remove spurious CXX11_OVERRIDE to make cov-build happy.

Nils Maier hace 11 años
padre
commit
dd8e4b0ad0
Se han modificado 1 ficheros con 1 adiciones y 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;
   }