aboutsummaryrefslogtreecommitdiff
path: root/cpp/nissy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/nissy.h')
-rw-r--r--cpp/nissy.h2
1 files changed, 1 insertions, 1 deletions
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 {
84 size_t size; 84 size_t size;
85 std::string id; 85 std::string id;
86 std::vector<std::byte> data; 86 std::vector<std::byte> data;
87 bool data_checked; 87 bool data_checked{false};
88 88
89 error generate_data(); 89 error generate_data();
90 void read_data(std::ifstream&); 90 void read_data(std::ifstream&);

Generated with cgit - Back to sebastiano.tronto.net