summaryrefslogtreecommitdiffstats
path: root/src/tclap/XorHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclap/XorHandler.h')
-rw-r--r--src/tclap/XorHandler.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/tclap/XorHandler.h b/src/tclap/XorHandler.h
index ae3cd5c..7ac6fe3 100644
--- a/src/tclap/XorHandler.h
+++ b/src/tclap/XorHandler.h
@@ -87,9 +87,6 @@ namespace TCLAP
std::vector<std::vector<Arg*>>& getXorList();
};
- //////////////////////////////////////////////////////////////////////
- //BEGIN XOR.cpp
- //////////////////////////////////////////////////////////////////////
inline void XorHandler::add(std::vector<Arg*> &ors)
{
_orList.push_back(ors);
@@ -159,10 +156,6 @@ namespace TCLAP
{
return _orList;
}
-
- //////////////////////////////////////////////////////////////////////
- //END XOR.cpp
- //////////////////////////////////////////////////////////////////////
-} //namespace TCLAP
+}
#endif