diff --git a/lib/checkinternal.cpp b/lib/checkinternal.cpp index 994188cfb..5b295faff 100644 --- a/lib/checkinternal.cpp +++ b/lib/checkinternal.cpp @@ -146,19 +146,19 @@ void CheckInternal::checkTokenSimpleMatchPatterns() namespace { const std::set magics = make_container< std::set > () - "%any%" - "%bool%" - "%char%" - "%comp%" - "%num%" - "%op%" - "%cop%" - "%or%" - "%oror%" - "%str%" - "%type%" - "%name%" - "%varid%"; + << "%any%" + << "%bool%" + << "%char%" + << "%comp%" + << "%num%" + << "%op%" + << "%cop%" + << "%or%" + << "%oror%" + << "%str%" + << "%type%" + << "%name%" + << "%varid%"; } void CheckInternal::checkMissingPercentCharacter()