Skip to content
Snippets Groups Projects
Commit d055c32c authored by Franck Dary's avatar Franck Dary
Browse files

Set finished status of rawInput on true at construction

parent 6ef362c3
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ class Config ...@@ -49,7 +49,7 @@ class Config
protected : protected :
Utf8String rawInput; Utf8String rawInput;
bool rawInputIsComplete; bool rawInputIsComplete{true};
std::size_t wordIndex{0}; std::size_t wordIndex{0};
std::size_t characterIndex{0}; std::size_t characterIndex{0};
std::size_t currentSentenceStartRawInput{0}; std::size_t currentSentenceStartRawInput{0};
......
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