- Made FDStream non-abstract
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-29 16:35:55 +02:00
parent f87cfb76e5
commit 0f2c4f64b8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import river.core;
/**
* Provides a base for streams based on a file descriptor
*/
public abstract class FDStream : Stream
public class FDStream : Stream
{
/**
* Underlying file descriptor