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/cmBuildNameCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmBuildNameCommand.cxx') diff --git a/Source/cmBuildNameCommand.cxx b/Source/cmBuildNameCommand.cxx index 5016825bf1..ca17210359 100644 --- a/Source/cmBuildNameCommand.cxx +++ b/Source/cmBuildNameCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmBuildNameCommand.h" // cmBuildNameCommand -bool cmBuildNameCommand::InitialPass(std::vector& args) +bool cmBuildNameCommand::InitialPass(std::vector const& args) { if(args.size() < 1 ) { -- cgit v1.2.1