X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=bb51cf453437e86fa88d3676db62da26f7192880;hp=04c3c939f76d98229db4c570e089f92375657d31;hb=80d7556af785f57a4f90d121c57c9c2f85a2963e;hpb=00d9e9fd283b31e63389af091b158dbc3fedfc0e diff --git a/src/misc.cpp b/src/misc.cpp index 04c3c939..bb51cf45 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -39,7 +39,7 @@ const string Version = ""; /// usual I/O functionality, all without changing a single line of code! /// Idea from http://groups.google.com/group/comp.lang.c++/msg/1d941c0f26ea0d81 -struct Tie: public streambuf { // MSVC requires splitted streambuf for cin and cout +struct Tie: public streambuf { // MSVC requires split streambuf for cin and cout Tie(streambuf* b, streambuf* l) : buf(b), logBuf(l) {}