Some renaming in split()

Naming suggested by jundery.

No functional change.
This commit is contained in:
Marco Costalba
2013-02-04 19:48:56 +01:00
parent 6560e4cc5b
commit b8c5ea869c
4 changed files with 25 additions and 25 deletions

View File

@@ -360,4 +360,4 @@ Move MovePicker::next_move<false>() {
/// 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<true>() { return ss->sp->mp->next_move<false>(); }
Move MovePicker::next_move<true>() { return ss->sp->movePicker->next_move<false>(); }