diff --git a/std/cstream.d b/std/cstream.d index ef54367f1..85e5101c2 100644 --- a/std/cstream.d +++ b/std/cstream.d @@ -33,7 +33,7 @@ import std.algorithm; * A Stream wrapper for a C file of type FILE*. */ class CFile : Stream { - FILE* cfile; + protected FILE* cfile; /** * Create the stream wrapper for the given C file.