Skip to content
Snippets Groups Projects
Commit 4058d80b authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

expose sent id to SWIG

parent b6b6351e
Branches
No related merge requests found
......@@ -43,6 +43,8 @@ namespace Corpus2 {
virtual void append(Token* t);
const Token* first_token() const;
const std::string id() const;
};
}
......
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