[Cmake-commits] [cmake-commits] hoffman committed cmake.h 1.110 1.111

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 28 15:59:20 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv9648

Modified Files:
	cmake.h 
Log Message:
ENH: remove dangerous access to ivar that should not be used


Index: cmake.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -C 2 -d -r1.110 -r1.111
*** cmake.h	22 Mar 2008 14:24:05 -0000	1.110
--- cmake.h	28 Mar 2008 19:59:18 -0000	1.111
***************
*** 315,319 ****
    const char* GetCTestCommand();
    const char* GetCPackCommand();
-   const char* GetCMakeCommand() const { return this->CMakeCommand.c_str(); }
  
    // Do we want debug output during the cmake run.
--- 315,318 ----



More information about the Cmake-commits mailing list