From 2b733e117a4a5955f7bb5464afac484ff4accd9b Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 25 Jun 2020 19:11:31 +0200 Subject: [PATCH] Fix compiler warnings --- source/module/SectionInfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/module/SectionInfo.h b/source/module/SectionInfo.h index 98d9544..e05037d 100644 --- a/source/module/SectionInfo.h +++ b/source/module/SectionInfo.h @@ -37,6 +37,8 @@ public: sectionSize(o2.sectionSize) { } + SectionInfo& operator=(const SectionInfo& other) = default; + virtual ~SectionInfo() {