From d055c32cc3313a3b8baece0d18dbdee5f2597b34 Mon Sep 17 00:00:00 2001
From: Franck Dary <franck.dary@lis-lab.fr>
Date: Wed, 18 Aug 2021 17:08:12 +0200
Subject: [PATCH] Set finished status of rawInput on true at construction

---
 reading_machine/include/Config.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reading_machine/include/Config.hpp b/reading_machine/include/Config.hpp
index db8eb10..78f7834 100644
--- a/reading_machine/include/Config.hpp
+++ b/reading_machine/include/Config.hpp
@@ -49,7 +49,7 @@ class Config
   protected :
 
   Utf8String rawInput;
-  bool rawInputIsComplete;
+  bool rawInputIsComplete{true};
   std::size_t wordIndex{0};
   std::size_t characterIndex{0};
   std::size_t currentSentenceStartRawInput{0};
-- 
GitLab