浏览代码

Remove spurious CXX11_OVERRIDE to make cov-build happy.

Nils Maier 11 年之前
父节点
当前提交
dd8e4b0ad0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
   }