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/cmUseMangledMesaCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmUseMangledMesaCommand.h') diff --git a/Source/cmUseMangledMesaCommand.h b/Source/cmUseMangledMesaCommand.h index 6db3d2d72f..79bbdbcf45 100644 --- a/Source/cmUseMangledMesaCommand.h +++ b/Source/cmUseMangledMesaCommand.h @@ -25,7 +25,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool InitialPass(std::vector& args); + virtual bool InitialPass(std::vector const& args); /** * The name of the command as specified in CMakeList.txt. -- cgit v1.2.1