From e0ba6fc941f8a7c57772f27dd9c0cf3e526eda6c Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Tue, 30 Nov 2010 14:37:42 +0100 Subject: [PATCH] rm redundant const --- libwccl/ops/function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwccl/ops/function.h b/libwccl/ops/function.h index f2e4842..3aa0083 100644 --- a/libwccl/ops/function.h +++ b/libwccl/ops/function.h @@ -21,7 +21,7 @@ public: /** * @returns Name of the function. By default it is same as raw name. */ - virtual const std::string name(const Corpus2::Tagset&) const { + virtual std::string name(const Corpus2::Tagset&) const { return raw_name(); } /** -- GitLab