summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_addin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/op_addin.hxx')
-rw-r--r--sc/source/core/opencl/op_addin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/opencl/op_addin.hxx b/sc/source/core/opencl/op_addin.hxx
index 69936605b768..6ed46a9c78ec 100644
--- a/sc/source/core/opencl/op_addin.hxx
+++ b/sc/source/core/opencl/op_addin.hxx
@@ -18,8 +18,8 @@ class OpBesselj: public Normal
{
public:
virtual void GenSlidingWindowFunction(std::stringstream &ss,
- const std::string &sSymName, SubArguments &vSubArguments);
- virtual std::string BinFuncName(void) const { return "Besselj"; }
+ const std::string &sSymName, SubArguments &vSubArguments) SAL_OVERRIDE;
+ virtual std::string BinFuncName(void) const SAL_OVERRIDE { return "Besselj"; }
};
}}