ENH: rename Invoke to InitialPass

This commit is contained in:
Bill Hoffman
2001-06-06 13:19:15 -04:00
parent 72e8b44793
commit 9922155423
107 changed files with 110 additions and 110 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmCacheManager.h"
// cmLibraryCommand
bool cmAddLibraryCommand::Invoke(std::vector<std::string>& args)
bool cmAddLibraryCommand::InitialPass(std::vector<std::string>& args)
{
if(args.size() < 1 )
{