Browse Source

ENH: fix return type

Bill Hoffman 17 years ago
parent
commit
5d5fd641c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmCTest.h

+ 1 - 1
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