diff options
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 ) { |