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

fix uninitialized shared_ptr in wcclfile

parent a44bf865
Branches
No related merge requests found
......@@ -119,7 +119,7 @@ namespace Wccl {
inline
WcclFile::WcclFile(const Corpus2::Tagset& tagset)
: tagset_(tagset)
: lexicons_(boost::make_shared<Lexicons>()), tagset_(tagset)
{
}
......
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