Add explicit keywords.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2008-03-25 22:06:05 +00:00
parent cfbb2f074d
commit 950a4c40b8
23 changed files with 39 additions and 36 deletions

View File

@@ -931,7 +931,7 @@ class HelpPrinter {
}
public:
HelpPrinter(bool showHidden) : ShowHidden(showHidden) {
explicit HelpPrinter(bool showHidden) : ShowHidden(showHidden) {
EmptyArg = 0;
}