mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
Add an explicit keyword.
llvm-svn: 103424
This commit is contained in:
parent
00f50519b6
commit
bb143f8c35
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user