loplugin:saloverride

Change-Id: Ic2799c029c26dcd18a482b51f53248ef1c4b569a
This commit is contained in:
Matúš Kukan
2014-06-18 07:53:14 +02:00
parent e1386e32a8
commit 836454d0c1

View File

@@ -1756,7 +1756,7 @@ public:
return lhs + "*" + rhs;
}
virtual std::string BinFuncName(void) const SAL_OVERRIDE { return "fmul"; }
virtual bool ZeroReturnZero() {return true;};
virtual bool ZeroReturnZero() SAL_OVERRIDE { return true; }
};
/// Technically not a reduction, but fits the framework.