diff options
Diffstat (limited to 'src/tclap/ValueArg.h')
-rw-r--r-- | src/tclap/ValueArg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tclap/ValueArg.h b/src/tclap/ValueArg.h index e80f649..f015c29 100644 --- a/src/tclap/ValueArg.h +++ b/src/tclap/ValueArg.h @@ -371,6 +371,6 @@ namespace TCLAP Arg::reset(); _value = _default; } -} // namespace TCLAP +} #endif |