Skip to content
Snippets Groups Projects
Commit ac7436ae authored by ilor's avatar ilor
Browse files

rename lexicons.get to lexicons.get_lexicon in swig wrappers since there is a warning otherwise

parent b0d538b6
Branches
No related merge requests found
......@@ -28,6 +28,8 @@ namespace Wccl {
/* --------------------------------------------------------------------- */
%rename(get_lexicon) get(const std::string&) const;
const Lexicon& get(const std::string& name) const;
shared_ptr<const Lexicon> get_ptr(const std::string& name) 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