summaryrefslogtreecommitdiffstats
path: root/src/tclap/ZshCompletionOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclap/ZshCompletionOutput.h')
-rw-r--r--src/tclap/ZshCompletionOutput.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tclap/ZshCompletionOutput.h b/src/tclap/ZshCompletionOutput.h
index ba28306..81508f8 100644
--- a/src/tclap/ZshCompletionOutput.h
+++ b/src/tclap/ZshCompletionOutput.h
@@ -1,5 +1,3 @@
-// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*-
-
/******************************************************************************
*
* file: ZshCompletionOutput.h
@@ -79,7 +77,7 @@ namespace TCLAP
char theDelimiter;
};
- ZshCompletionOutput::ZshCompletionOutput()
+ inline ZshCompletionOutput::ZshCompletionOutput()
{
common["host"] = "_hosts";
common["hostname"] = "_hosts";
@@ -337,6 +335,6 @@ namespace TCLAP
return list.str();
}
-} //namespace TCLAP
+}
#endif