From baa28efd107a3efa821034a64a1c737d3c58ad89 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 20 Sep 2001 15:08:30 -0400 Subject: ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache --- Source/cmUtilitySourceCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmUtilitySourceCommand.cxx') diff --git a/Source/cmUtilitySourceCommand.cxx b/Source/cmUtilitySourceCommand.cxx index ec996f9d19..250db2414f 100644 --- a/Source/cmUtilitySourceCommand.cxx +++ b/Source/cmUtilitySourceCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmUtilitySourceCommand.h" // cmUtilitySourceCommand -bool cmUtilitySourceCommand::InitialPass(std::vector& args) +bool cmUtilitySourceCommand::InitialPass(std::vector const& args) { if(args.size() < 3) { -- cgit v1.2.1