[Cmake-commits] [cmake-commits] hoffman committed cmCTest.h 1.106 1.107
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jan 9 12:32:54 EST 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv29122
Modified Files:
cmCTest.h
Log Message:
ENH: fix return type
Index: cmCTest.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.h,v
retrieving revision 1.106
retrieving revision 1.107
diff -C 2 -d -r1.106 -r1.107
*** cmCTest.h 9 Jan 2009 17:05:23 -0000 1.106
--- cmCTest.h 9 Jan 2009 17:32:52 -0000 1.107
***************
*** 173,177 ****
///! The max output width
int GetMaxTestNameWidth() const;
! int SetMaxTestNameWidth(int w) { this->MaxTestNameWidth = w;}
/**
--- 173,177 ----
///! The max output width
int GetMaxTestNameWidth() const;
! void SetMaxTestNameWidth(int w) { this->MaxTestNameWidth = w;}
/**
More information about the Cmake-commits
mailing list