Fix compiler warnings

This commit is contained in:
Maschell 2020-06-25 19:11:31 +02:00
parent 1ed1b96bdb
commit 2b733e117a
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ public:
sectionSize(o2.sectionSize) {
}
SectionInfo& operator=(const SectionInfo& other) = default;
virtual ~SectionInfo() {