From 8028f9d13a5bf776e2f62581781b247d2d4ae65f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 15 Apr 2025 09:35:41 +0200 Subject: Fixed a woopsie --- cpp/nissy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/nissy.h b/cpp/nissy.h index 1981f1c..a809528 100644 --- a/cpp/nissy.h +++ b/cpp/nissy.h @@ -84,7 +84,7 @@ namespace nissy { size_t size; std::string id; std::vector data; - bool data_checked; + bool data_checked{false}; error generate_data(); void read_data(std::ifstream&); -- cgit v1.3