summaryrefslogtreecommitdiff
path: root/Source/cmBase32.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmBase32.h')
-rw-r--r--Source/cmBase32.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmBase32.h b/Source/cmBase32.h
index 726f45d51..d70a0629e 100644
--- a/Source/cmBase32.h
+++ b/Source/cmBase32.h
@@ -17,9 +17,8 @@ class cmBase32Encoder
public:
static const char paddingChar = '=';
-public:
cmBase32Encoder();
- ~cmBase32Encoder();
+ ~cmBase32Encoder() = default;
// Encodes the given input byte sequence into a string
// @arg input Input data pointer