diff options
Diffstat (limited to 'Source/cmIncludeRegularExpressionCommand.cxx')
-rw-r--r-- | Source/cmIncludeRegularExpressionCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeRegularExpressionCommand.cxx b/Source/cmIncludeRegularExpressionCommand.cxx index 2ccc556..b5c5861 100644 --- a/Source/cmIncludeRegularExpressionCommand.cxx +++ b/Source/cmIncludeRegularExpressionCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmIncludeRegularExpressionCommand.h" // cmIncludeRegularExpressionCommand -bool cmIncludeRegularExpressionCommand::InitialPass(std::vector<std::string>& args) +bool cmIncludeRegularExpressionCommand::InitialPass(std::vector<std::string> const& args) { if((args.size() < 1) || (args.size() > 2)) { |