| Index: src/PNaClTranslator.h
|
| diff --git a/src/PNaClTranslator.h b/src/PNaClTranslator.h
|
| index 1bd4d5b97c175275c01b0ff6ab9747a304a7b841..9162d59ab1993027598c6073510bf0ab0f88ab05 100644
|
| --- a/src/PNaClTranslator.h
|
| +++ b/src/PNaClTranslator.h
|
| @@ -26,11 +26,12 @@ class MemoryBuffer;
|
| namespace Ice {
|
|
|
| class PNaClTranslator : public Translator {
|
| + PNaClTranslator() = delete;
|
| PNaClTranslator(const PNaClTranslator &) = delete;
|
| PNaClTranslator &operator=(const PNaClTranslator &) = delete;
|
|
|
| public:
|
| - PNaClTranslator(GlobalContext *Ctx) : Translator(Ctx) {}
|
| + explicit PNaClTranslator(GlobalContext *Ctx) : Translator(Ctx) {}
|
|
|
| // Reads the PNaCl bitcode file and translates to ICE, which is then
|
| // converted to machine code. Sets ErrorStatus to 1 if any errors
|
|
|