Skip to content

Commit c7634b1

Browse files
iamirzhanfacebook-github-bot
authored andcommitted
Fix -Wmismatched-tags
Summary: Fix -Wmismatched-tags as glean build got broken after D71528763 Reviewed By: kbojarczuk Differential Revision: D71616836 fbshipit-source-id: 7fcee4f1a0f6dc10b6d49a507d45f2c58dd25e7f
1 parent 5db1819 commit c7634b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

glean/rts/ffi.h

+4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414

1515
#ifdef __cplusplus
1616
template <typename T>
17+
#ifdef __HSC2HS__
18+
struct HsArray;
19+
#else
1720
class HsArray;
1821
#endif
22+
#endif
1923

2024
#ifdef __cplusplus
2125
namespace facebook {

0 commit comments

Comments
 (0)