Skip to content

Commit 7e9278c

Browse files
committed
Fixes warning with newer CLANG compiler.
1 parent 9e1605d commit 7e9278c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/syntax/synt-parse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <iostream>
2222
#include <string>
2323

24-
class parseState;
24+
struct parseState;
2525
class sentry
2626
{
2727
private:

0 commit comments

Comments
 (0)