summaryrefslogtreecommitdiff
path: root/Source/cmProcessOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmProcessOutput.h')
-rw-r--r--Source/cmProcessOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmProcessOutput.h b/Source/cmProcessOutput.h
index a1f73bd0e2..8cee987a2b 100644
--- a/Source/cmProcessOutput.h
+++ b/Source/cmProcessOutput.h
@@ -47,7 +47,7 @@ public:
* 0 as \a maxSize.
*/
cmProcessOutput(Encoding encoding = Auto, unsigned int maxSize = 1024);
- ~cmProcessOutput();
+ ~cmProcessOutput() = default;
/**
* Decode \a raw string using external encoding to internal
* encoding in \a decoded.