Skip to content

Commit 45cf48d

Browse files
committed
fix
1 parent ea7208c commit 45cf48d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Rubjerg.Graphviz/ForeignFunctionInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace Rubjerg.Graphviz;
55

66
using static Marshaling;
7-
using static Constants;
7+
using static NativeLibraryNames;
88

99
/// <summary>
1010
/// Graphviz is thread unsafe, so we wrap all function calls inside a lock to make sure we don't run into

Rubjerg.Graphviz/Marshaling.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Rubjerg.Graphviz;
77

8-
using static Constants;
8+
using static NativeLibraryNames;
99

1010
internal static class Marshaling
1111
{

Rubjerg.Graphviz/XDotFFI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace Rubjerg.Graphviz;
55

66
using static Marshaling;
7-
using static Constants;
7+
using static NativeLibraryNames;
88

99
/// <summary>
1010
/// See https://graphviz.org/docs/outputs/canon/#xdot

0 commit comments

Comments
 (0)