Skip to content

Commit

Permalink
SourceInfo is a struct; declare it as such in forward declaration.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 648537041
  • Loading branch information
hzeller authored and copybara-github committed Jul 2, 2024
1 parent 8a9f598 commit 6caa848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xls/public/function_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
namespace xls {
class Bits; // IWYU pragma: keep
enum class LsbOrMsb; // IWYU pragma: keep
class SourceInfo; // IWYU pragma: keep
struct SourceInfo; // IWYU pragma: keep
class Type; // IWYU pragma: keep
} // namespace xls
// IWYU pragma: end_exports
Expand Down

0 comments on commit 6caa848

Please sign in to comment.