diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-06 17:19:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-06 17:19:15 (GMT) |
commit | 99221554236a3b39601d798ca3f793990e22a4a1 (patch) | |
tree | 2f73b9adf5ed692bb44d2a14782b38c1fc715d38 /Source/cmConfigureFileCommand.cxx | |
parent | 72e8b44793dfa7881479d8746397b87a572b99f9 (diff) | |
download | CMake-99221554236a3b39601d798ca3f793990e22a4a1.zip CMake-99221554236a3b39601d798ca3f793990e22a4a1.tar.gz CMake-99221554236a3b39601d798ca3f793990e22a4a1.tar.bz2 |
ENH: rename Invoke to InitialPass
Diffstat (limited to 'Source/cmConfigureFileCommand.cxx')
-rw-r--r-- | Source/cmConfigureFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx index fdc3d02..6325bfb 100644 --- a/Source/cmConfigureFileCommand.cxx +++ b/Source/cmConfigureFileCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmConfigureFileCommand.h" // cmConfigureFileCommand -bool cmConfigureFileCommand::Invoke(std::vector<std::string>& args) +bool cmConfigureFileCommand::InitialPass(std::vector<std::string>& args) { if(args.size() < 2 ) { |