Those never needed to be public in the first place

This commit is contained in:
Hackerpilot 2015-01-27 02:34:37 -08:00
parent 1c09bd46fd
commit c9f59b3149
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ class Outliner : ASTVisitor
finish();
}
private:
void finish()
{
if (indentLevel == 0)