Skip to content

Commit

Permalink
🐛 AttributeWalkStep should be internal when compiling PB internal
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffynuts committed Jun 3, 2024
1 parent 1be4d93 commit 4371e45
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/Utils/PeanutButter.Utils/TypeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,12 @@ internal static class Types
/// Emitted at every stage of walking attributes per
/// type in the ancestry tree
/// </summary>
public class AttributeWalkStep
#if BUILD_PEANUTBUTTER_INTERNAL
public
#else
internal
#endif
class AttributeWalkStep
{
/// <summary>
/// Emitted at every stage of walking attributes per
Expand Down

0 comments on commit 4371e45

Please sign in to comment.