Skip to content

Commit ac84e65

Browse files
committed
add IDisposable
1 parent a2602c8 commit ac84e65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

io/StandardMeshWriter.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66

77
namespace g3
88
{
9-
public class StandardMeshWriter
9+
public class StandardMeshWriter : IDisposable
1010
{
11+
public void Dispose()
12+
{
13+
}
14+
1115

1216
static public IOWriteResult WriteFile(string sFilename, List<WriteMesh> vMeshes, WriteOptions options)
1317
{

0 commit comments

Comments
 (0)