Add an explicit keyword.

llvm-svn: 100187
This commit is contained in:
Dan Gohman 2010-04-02 14:57:49 +00:00
parent f7239102fe
commit ecb20c12a2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace llvm {
SlowOperationInformer(const SlowOperationInformer&); // DO NOT IMPLEMENT
void operator=(const SlowOperationInformer&); // DO NOT IMPLEMENT
public:
SlowOperationInformer(const std::string &Name);
explicit SlowOperationInformer(const std::string &Name);
~SlowOperationInformer();
/// progress - Clients should periodically call this method when they can