Skip to content

Commit

Permalink
Fixes warning with newer CLANG compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Sep 20, 2020
1 parent 9e1605d commit 7e9278c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax/synt-parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <iostream>
#include <string>

class parseState;
struct parseState;
class sentry
{
private:
Expand Down

0 comments on commit 7e9278c

Please sign in to comment.