diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-15 09:35:41 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-15 09:35:41 +0200 |
| commit | 8028f9d13a5bf776e2f62581781b247d2d4ae65f (patch) | |
| tree | 9dae44b4a1e8cee5b5b4fcf68bf6cd22805072b1 | |
| parent | ad1e483787cbc3aeb62c9afb9e31520df5a4b559 (diff) | |
| download | nissy-core-8028f9d13a5bf776e2f62581781b247d2d4ae65f.tar.gz nissy-core-8028f9d13a5bf776e2f62581781b247d2d4ae65f.zip | |
Fixed a woopsie
| -rw-r--r-- | cpp/nissy.h | 2 |
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&); |
