Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit 97bb7f2

Browse files
authored
Merge pull request #1060 from sharpdx/fix-sharpgen
Update SharpGenTools.Sdk to 1.1.1-ci465
2 parents 4945d05 + 69be864 commit 97bb7f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</PropertyGroup>
5151

5252
<ItemGroup>
53-
<PackageReference Include="SharpGenTools.Sdk" Version="1.1.1-ci464" PrivateAssets="All" />
53+
<PackageReference Include="SharpGenTools.Sdk" Version="1.1.1-ci465" PrivateAssets="All" />
5454
<PackageReference Include="SharpGen.Doc.Msdn.Tasks" Version="1.1.0" PrivateAssets="All" />
5555
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All"/>
5656
<SharpGenGlobalNamespaceOverrides Include="InterfaceArray" Override="ComArray" />

Source/SharpDX.Direct2D1/WindowRenderTarget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public partial class WindowRenderTarget
3636
public WindowRenderTarget(Factory factory, RenderTargetProperties renderTargetProperties, HwndRenderTargetProperties hwndProperties)
3737
: base(IntPtr.Zero)
3838
{
39-
factory.CreateHwndRenderTarget(ref renderTargetProperties, hwndProperties, this);
39+
factory.CreateHwndRenderTarget(ref renderTargetProperties, ref hwndProperties, this);
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)