Skip to content
Snippets Groups Projects
Commit 919c8ab5 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Change signature of name function for Action.

parent dd0777c6
Branches
No related merge requests found
...@@ -16,7 +16,7 @@ public: ...@@ -16,7 +16,7 @@ public:
/** /**
* @returns Name of the action. * @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. * Executes the action for the given execution context.
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment