This commit is contained in:
andres.delikat 2011-09-21 00:55:08 +00:00
parent 80d01b6512
commit 812cfc0ff1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace BizHawk.MultiClient
static LogWindow window;
static LogStream logStream;
static StringBuilder sbLog;
bool NeedToRelease = false;
static bool NeedToRelease = false;
class LogStream : Stream
{