code cleanup
This commit is contained in:
parent
813c674611
commit
74b9bccd07
|
@ -412,7 +412,7 @@ void CheckClass::constructors()
|
||||||
Var *varlist = getVarList(tok1, false);
|
Var *varlist = getVarList(tok1, false);
|
||||||
|
|
||||||
// If there is a private variable, there should be a constructor..
|
// If there is a private variable, there should be a constructor..
|
||||||
for (const struct Var *var = varlist; var; var = var->next)
|
for (const Var *var = varlist; var; var = var->next)
|
||||||
{
|
{
|
||||||
if (var->priv)
|
if (var->priv)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue