diff options
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-rw-r--r-- | Source/cmIncludeCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index d4924000d0..bfbcb05584 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -18,7 +18,7 @@ #include <iostream.h> // cmIncludeCommand -bool cmIncludeCommand::Invoke(std::vector<std::string>& args) +bool cmIncludeCommand::InitialPass(std::vector<std::string>& args) { if (args.size()< 1) { |