From 39d644e115427f32e142f3e77c940da8e6820953 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 12 Oct 2024 17:59:32 -0500 Subject: [PATCH] updated build system --- support/include/utils/file_enc_file.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/include/utils/file_enc_file.hpp b/support/include/utils/file_enc_file.hpp index 0db61ea0..1598bc84 100644 --- a/support/include/utils/file_enc_file.hpp +++ b/support/include/utils/file_enc_file.hpp @@ -106,7 +106,7 @@ public: return static_cast(*file_); } - auto operator=(const file &) noexcept -> enc_file & = delete; + auto operator=(const enc_file &) noexcept -> enc_file & = delete; auto operator=(enc_file &&move_file) noexcept -> enc_file & { if (&move_file != this) {