diff --git a/libwccl/ops/action.h b/libwccl/ops/action.h index 12c21f60b467dc91c8dfc10ebc30e56684091e61..4af09847b76d00410d4075fafbaf6b982616fcd7 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. */