From 89ae2801c3f8ab72bb1d049a5b2ff54d1c132afd Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Mon, 12 Feb 2024 15:26:38 +0100 Subject: [PATCH] DO NOT MERGE: test ci --- src/Envelope.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Envelope.cpp b/src/Envelope.cpp index fd797543..04a13a6b 100644 --- a/src/Envelope.cpp +++ b/src/Envelope.cpp @@ -74,6 +74,7 @@ Envelope::Envelope(const Envelope &other) auto Envelope::operator=(const Envelope &other) -> Envelope & { + int z = 3; for (size_t i = 0; i < 3; i++) { _bounds[i] = other._bounds[i]; }