From 919c8ab5ff7e66eeb3b2300365ccd7a6125aed72 Mon Sep 17 00:00:00 2001
From: Adam Wardynski <award@.(B-4.4.46a)>
Date: Mon, 31 Jan 2011 12:51:17 +0100
Subject: [PATCH] Change signature of name function for Action.

---
 libwccl/ops/action.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libwccl/ops/action.h b/libwccl/ops/action.h
index 12c21f6..4af0984 100644
--- a/libwccl/ops/action.h
+++ b/libwccl/ops/action.h
@@ -16,7 +16,7 @@ public:
 	/**
 	 * @returns Name of the action.
 	 */
-	virtual std::string name(const Corpus2::Tagset&) const = 0;
+	virtual std::string name() const = 0;
 	/**
 	 * Executes the action for the given execution context.
 	 */
-- 
GitLab