diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 2a0d4bf..91a0fc6 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -136,7 +136,7 @@ public: void SetTimeOut(double t) { this->TimeOut = t; } // how many test to run at the same time int GetParallelLevel() { return this->ParallelLevel; } - void SetParallelLevel(int t) { this->ParallelLevel = t; } + void SetParallelLevel(int); bool GetParallelSubprocess() { return this->ParallelSubprocess; } void SetParallelSubprocess() { this->ParallelSubprocess = true; } |