Skip to content

Commit

Permalink
Fix a class/struct mismatch causing build failure on clang (#25988)
Browse files Browse the repository at this point in the history
This PR fixes a compilation failure for frontend/ when compiling with
clang.

Follow-up to PR #25946.

Reviewed by @jabraham17 - thanks!

- [x] full comm=none testing
  • Loading branch information
mppf authored Sep 24, 2024
2 parents 9d3eeb8 + abc7db4 commit 76f2b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/include/convert-uast.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "chpl/uast/BuilderResult.h"
#include "chpl/uast/Module.h"

class Converter;
struct Converter;

class UastConverter {
private:
Expand Down

0 comments on commit 76f2b06

Please sign in to comment.