Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'TCLAP/tclap/CmdLineInterface.h')
-rw-r--r--TCLAP/tclap/CmdLineInterface.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TCLAP/tclap/CmdLineInterface.h b/TCLAP/tclap/CmdLineInterface.h
index cf60f34..a9bdca0 100644
--- a/TCLAP/tclap/CmdLineInterface.h
+++ b/TCLAP/tclap/CmdLineInterface.h
@@ -1,3 +1,5 @@
+// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*-
+
/******************************************************************************
*
@@ -5,6 +7,7 @@
*
* Copyright (c) 2003, Michael E. Smoot .
* Copyright (c) 2004, Michael E. Smoot, Daniel Aarno.
+ * Copyright (c) 2017, Google LLC
* All rights reserved.
*
* See the file COPYING in the top directory of this distribution for
@@ -75,7 +78,7 @@ class CmdLineInterface
* add does not need to be called.
* \param xors - List of Args to be added and xor'd.
*/
- virtual void xorAdd( std::vector<Arg*>& xors )=0;
+ virtual void xorAdd( const std::vector<Arg*>& xors )=0;
/**
* Parses the command line.