refactoring: minor cleanup

This commit is contained in:
Daniel Marjamäki 2009-03-19 21:20:08 +01:00
parent d4fdfc0f5a
commit 5565be0c74
1 changed files with 5 additions and 3 deletions

View File

@ -22,9 +22,11 @@
#include "token.h"
// Create a static instance of this
static CheckStl instance;
// Register this check class (by creating a static instance of it)
namespace
{
CheckStl instance;
}
void CheckStl::iterators()
{