Skip to content
Snippets Groups Projects
Commit 0b4782f5 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix parsing regexps from string

parent 1696aa62
No related branches found
No related tags found
Loading
......@@ -113,7 +113,7 @@ L5:
}
 
RegExpFromStringLexer::Token RegExpFromStringLexer::token() {
return std::move(m_Current);
return m_Current;
}
 
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment