summaryrefslogtreecommitdiffstats
path: root/src/tclap/CmdLineOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclap/CmdLineOutput.h')
-rw-r--r--src/tclap/CmdLineOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tclap/CmdLineOutput.h b/src/tclap/CmdLineOutput.h
index 909bf25..3b269c1 100644
--- a/src/tclap/CmdLineOutput.h
+++ b/src/tclap/CmdLineOutput.h
@@ -65,6 +65,6 @@ namespace TCLAP
*/
virtual void failure(CmdLineInterface &c, ArgException &e) = 0;
};
-} //namespace TCLAP
+}
#endif