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