We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e83a5 commit f0c0e36Copy full SHA for f0c0e36
src/Ubiquity.NET.Llvm/DebugInfo/DIBuilder.cs
@@ -33,7 +33,7 @@ public sealed class DIBuilder
33
{
34
/// <summary>Initializes a new instance of the <see cref="DIBuilder"/> class.</summary>
35
/// <param name="owningModule">Module that owns this builder</param>
36
- public DIBuilder( Module owningModule )
+ public DIBuilder( IModule owningModule )
37
: this( owningModule, true )
38
39
}
0 commit comments