style updated

This commit is contained in:
Daniel Marjamäki 2009-01-18 12:19:48 +00:00
parent 6cb6e163cd
commit 73630c4640
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ private:
public:
Macro(const std::string &macro)
: _macro(macro)
: _macro(macro)
{
// Tokenize the macro to make it easier to handle
std::istringstream istr(macro.c_str());