diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 68efa46..72d4465 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -41,6 +41,11 @@ cmake::cmake() #endif } +cmake::~cmake() +{ +} + + void cmake::Usage(const char* program) { cmStringStream errorStream; |