diff --git a/sli/parser.h b/sli/parser.h index 4bd1aff33a..79f70bcba4 100644 --- a/sli/parser.h +++ b/sli/parser.h @@ -61,7 +61,10 @@ class Parser public: Parser(); Parser( std::istream& ); - ~Parser() { delete s; } + ~Parser() + { + delete s; + } bool operator()( Token& ); bool