hacks: change Operation constructor to internal
This commit is contained in:
parent
33e9d5f43a
commit
59320a2118
1 changed files with 1 additions and 1 deletions
2
vendor/NetVips/Operation.cs
vendored
2
vendor/NetVips/Operation.cs
vendored
|
|
@ -9,7 +9,7 @@ namespace NetVips;
|
||||||
public class Operation : VipsObject
|
public class Operation : VipsObject
|
||||||
{
|
{
|
||||||
/// <inheritdoc cref="VipsObject"/>
|
/// <inheritdoc cref="VipsObject"/>
|
||||||
private Operation(nint pointer) : base(pointer)
|
internal Operation(nint pointer) : base(pointer)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue