From 5d5fd641c30770ad195748d4fe0fe65c60c40f9c Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 9 Jan 2009 12:32:52 -0500 Subject: [PATCH] ENH: fix return type --- Source/cmCTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCTest.h b/Source/cmCTest.h index adfafdfb0..9916a0059 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -172,7 +172,7 @@ public: ///! The max output width int GetMaxTestNameWidth() const; - int SetMaxTestNameWidth(int w) { this->MaxTestNameWidth = w;} + void SetMaxTestNameWidth(int w) { this->MaxTestNameWidth = w;} /** * Run a single executable command and put the stdout and stderr