Correctify explicit usage (#951)
This commit is contained in:
parent
2604156fe7
commit
1d2b58e828
|
@ -188,7 +188,7 @@ private:
|
|||
|
||||
/** disabled assignment operator and copy constructor */
|
||||
void operator=(const Check &);
|
||||
explicit Check(const Check &);
|
||||
Check(const Check &);
|
||||
};
|
||||
|
||||
/// @}
|
||||
|
|
|
@ -81,7 +81,7 @@ public:
|
|||
/** character that is inserted in expanded macros */
|
||||
static char macroChar;
|
||||
|
||||
Preprocessor(Settings& settings, ErrorLogger *errorLogger = nullptr);
|
||||
explicit Preprocessor(Settings& settings, ErrorLogger *errorLogger = nullptr);
|
||||
virtual ~Preprocessor();
|
||||
|
||||
static bool missingIncludeFlag;
|
||||
|
|
Loading…
Reference in New Issue