X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.cpp;h=984520a0e893a0fe9fb81ecf07246e0f144c7c71;hp=5c8338c0c19ab96d08f55879015d8f422002985c;hb=cc40d1c46a66a5ab21de658fee241f2592f51ef7;hpb=30c2e3828a5ea143e6190680dcd8e9d93fd17840 diff --git a/src/movepick.cpp b/src/movepick.cpp index 5c8338c0..984520a0 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2012 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2013 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -374,4 +374,4 @@ Move MovePicker::next_move() { /// from the split point's shared MovePicker object. This function is not thread /// safe so must be lock protected by the caller. template<> -Move MovePicker::next_move() { return ss->sp->movePicker->next_move(); } +Move MovePicker::next_move() { return ss->splitPoint->movePicker->next_move(); }