Fixed Visual Studio 2010 warning

This commit is contained in:
firewave 2010-05-30 10:44:03 +02:00
parent 8b442d74a1
commit 62093d764d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public:
* @param func [out] names of functions that don't handle uninitialized variables well. the function names are added to the set. No clearing is made.
* @param showAll [in] enable --all checking
*/
void analyse(const Token * const tokens, std::set<std::string> &func) const;
void analyse(const Token * tokens, std::set<std::string> &func) const;
/** Save analysis results */
void saveAnalysisData(const std::set<std::string> &data) const;