Skip to content
Snippets Groups Projects
Commit d968aa37 authored by Bienchen's avatar Bienchen
Browse files

Made StarParser GetCurrentLinenum const

parent 3e9e72cb
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ public:
}
/// \brief retrieve the line, the parser is currently working on
int GetCurrentLinenum()
int GetCurrentLinenum() const
{
return line_num_;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment