X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=bb51cf453437e86fa88d3676db62da26f7192880;hp=04c3c939f76d98229db4c570e089f92375657d31;hb=e6eeb17aa6a79ab49b6c70fb783f54318d63add7;hpb=5066e17eba4b9d4217a8d173de56e40e0e05fc6d 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) {}