diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index cc832df..3ccbea2 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -61,7 +61,7 @@ class CM_EXPORT cmake * constructor */ cmake(); - + ~cmake(); private: bool m_Verbose; bool m_Local; |