summaryrefslogtreecommitdiffstats
path: root/src/util/ziptool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/ziptool.cpp')
-rw-r--r--src/util/ziptool.cpp19
1 files changed, 6 insertions, 13 deletions
diff --git a/src/util/ziptool.cpp b/src/util/ziptool.cpp
index e5ece00e4..2146710dd 100644
--- a/src/util/ziptool.cpp
+++ b/src/util/ziptool.cpp
@@ -60,8 +60,7 @@ Adler32::Adler32()
* Destructor
*/
Adler32::~Adler32()
-{
-}
+= default;
/**
* Reset Adler-32 checksum to initial value.
@@ -117,8 +116,7 @@ Crc32::Crc32()
* Destructor
*/
Crc32::~Crc32()
-{
-}
+= default;
static bool crc_table_ready = false;
static unsigned long crc_table[256];
@@ -315,8 +313,7 @@ Inflater::Inflater() :
*
*/
Inflater::~Inflater()
-{
-}
+= default;
/**
*
@@ -915,9 +912,7 @@ Deflater::Deflater()
*
*/
Deflater::~Deflater()
-{
-
-}
+= default;
/**
*
@@ -1439,8 +1434,7 @@ GzipFile::GzipFile() :
* Destructor
*/
GzipFile::~GzipFile()
-{
-}
+= default;
/**
* Print error messages
@@ -1925,8 +1919,7 @@ ZipEntry::ZipEntry(const std::string &fileNameArg,
* Destructor
*/
ZipEntry::~ZipEntry()
-{
-}
+= default;
/**