summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32ProcessExecution.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmWin32ProcessExecution.h')
-rw-r--r--Source/cmWin32ProcessExecution.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmWin32ProcessExecution.h b/Source/cmWin32ProcessExecution.h
index 822999c..6f6d8b7 100644
--- a/Source/cmWin32ProcessExecution.h
+++ b/Source/cmWin32ProcessExecution.h
@@ -49,6 +49,7 @@ public:
this->SetConsoleSpawn("w9xpopen.exe");
this->Initialize();
}
+ ~cmWin32ProcessExecution();
///! If true windows will be created hidden.
void SetHideWindows(bool v) { m_HideWindows = v; }
@@ -139,6 +140,7 @@ public:
int timeout, bool hideWindows);
private:
+ bool CloseHandles();
bool PrivateOpen(const char*, const char*, int, int);
bool PrivateClose(int timeout);