summaryrefslogtreecommitdiffstats
path: root/src/tclap/CmdLineInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclap/CmdLineInterface.h')
-rw-r--r--src/tclap/CmdLineInterface.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tclap/CmdLineInterface.h b/src/tclap/CmdLineInterface.h
index 369ade8..fd6f454 100644
--- a/src/tclap/CmdLineInterface.h
+++ b/src/tclap/CmdLineInterface.h
@@ -82,7 +82,7 @@ namespace TCLAP
* \param argc - Number of arguments.
* \param argv - Array of arguments.
*/
- virtual void parse(int argc, const char*const *argv) = 0;
+ virtual void parse(int argc, const char* const *argv) = 0;
/**
* Parses the command line.
@@ -143,7 +143,6 @@ namespace TCLAP
*/
virtual void reset() = 0;
};
-} //namespace
-
+}
#endif