]> git.sesse.net Git - stockfish/commitdiff
Fix compile error in debug mode
authorMarco Costalba <mcostalba@gmail.com>
Sun, 16 Oct 2011 22:56:25 +0000 (23:56 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 16 Oct 2011 22:56:25 +0000 (23:56 +0100)
Build broken by commit 3141490374182551ed2
where we renamed move_is_ok() in is_ok() and this clashes
with the same named method in Position that overrides the
move's one causing compile errors.

The fix is to rename the method in Position.

No functional change.

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

No differences found