diff --git a/lib/tokenize.h b/lib/tokenize.h index 10d33df7d..c6ccdc29e 100644 --- a/lib/tokenize.h +++ b/lib/tokenize.h @@ -415,7 +415,7 @@ private: static std::string getNameForFunctionParams(const Token *start); /** Disable assignment operator */ - void operator=(const Tokenizer &); + Tokenizer &operator=(const Tokenizer &); Token *_tokens, *_tokensBack; std::map _typeSize;