]> git.sesse.net Git - stockfish/commitdiff
Silence a MSVC warning in class Tie
authorMarco Costalba <mcostalba@gmail.com>
Sun, 8 Jul 2012 09:22:42 +0000 (10:22 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 8 Jul 2012 09:50:23 +0000 (10:50 +0100)
With warning level 4 MSVC complains that a default
assignment operator could not be generated due to
member 'file' is a reference (warning C4512).

Use a pointer instead of a reference and move
struct Tie outisde class Logger while there.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found