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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/op_addin.hxx b/sc/source/core/opencl/op_addin.hxx
index 11d6eb77f2cc..d0b27e6947f8 100644
--- a/sc/source/core/opencl/op_addin.hxx
+++ b/sc/source/core/opencl/op_addin.hxx
@@ -25,7 +25,7 @@ class OpGestep: public Normal
{
public:
virtual void GenSlidingWindowFunction(std::stringstream &ss,
- const std::string &sSymName, SubArguments &vSubArguments) override;;
+ const std::string &sSymName, SubArguments &vSubArguments) override;
virtual std::string BinFuncName() const override { return "Gestep"; }
};