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

Fix Lexicon constructor.

parent 6c7251fc
Branches
No related merge requests found
......@@ -16,7 +16,7 @@ public:
Lexicon(const std::string& name, const std::string& file_name)
: name_(name),
file_name_(file_name_)
file_name_(file_name)
{
BOOST_ASSERT(!name_.empty());
}
......
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