1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Add an explicit keyword.

llvm-svn: 103424
This commit is contained in:
Dan Gohman 2010-05-10 20:14:02 +00:00
parent 00f50519b6
commit bb143f8c35

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.