Skip to content

Commit

Permalink
Update sli/parser.h
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser authored Aug 19, 2024
1 parent 3ee5e11 commit d45c5e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sli/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ class Parser
public:
Parser();
Parser( std::istream& );
~Parser() { delete s; }
~Parser()
{
delete s;
}

bool operator()( Token& );
bool
Expand Down

0 comments on commit d45c5e4

Please sign in to comment.