diff options
Diffstat (limited to 'Source/cmProcessOutput.h')
-rw-r--r-- | Source/cmProcessOutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmProcessOutput.h b/Source/cmProcessOutput.h index a1f73bd..8cee987 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. |