Add an explicit keyword.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103424 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-05-10 20:14:02 +00:00
parent dd464df687
commit da24b34c9a

View File

@ -36,7 +36,7 @@ protected:
}
public:
DefaultDOTGraphTraits (bool simple=false) : IsSimple (simple) {}
explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
/// getGraphName - Return the label for the graph as a whole. Printed at the
/// top of the graph.