Those never needed to be public in the first place
This commit is contained in:
parent
1c09bd46fd
commit
c9f59b3149
|
@ -147,6 +147,8 @@ class Outliner : ASTVisitor
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
void finish()
|
void finish()
|
||||||
{
|
{
|
||||||
if (indentLevel == 0)
|
if (indentLevel == 0)
|
||||||
|
|
Loading…
Reference in New Issue