diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-28 19:59:18 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-28 19:59:18 (GMT) |
commit | cf94182624faf2914da9971ae7d84dee69c2db48 (patch) | |
tree | 054f852b03d60adb02717d1db0c173ae72f69a16 | |
parent | 30630137f5cfbfb1582dba3581fb6eead118f3fd (diff) | |
download | CMake-cf94182624faf2914da9971ae7d84dee69c2db48.zip CMake-cf94182624faf2914da9971ae7d84dee69c2db48.tar.gz CMake-cf94182624faf2914da9971ae7d84dee69c2db48.tar.bz2 |
ENH: remove dangerous access to ivar that should not be used
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 8134943..db99a43 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -314,7 +314,6 @@ class cmake */ const char* GetCTestCommand(); const char* GetCPackCommand(); - const char* GetCMakeCommand() const { return this->CMakeCommand.c_str(); } // Do we want debug output during the cmake run. bool GetDebugOutput() { return this->DebugOutput; } |