Skip to content

Commit 44b8889

Browse files
committed
Remove const_cast for m_absentMindedInfosets
1 parent f6acd5e commit 44b8889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/games/gametree.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ void GameTreeRep::ClearComputedValues() const
883883
const_cast<GameTreeRep *>(this)->m_nodePlays.clear();
884884
m_ownPriorActionInfo = nullptr;
885885
const_cast<GameTreeRep *>(this)->m_unreachableNodes = nullptr;
886-
const_cast<GameTreeRep *>(this)->m_absentMindedInfosets.clear();
886+
m_absentMindedInfosets.clear();
887887
m_computedValues = false;
888888
}
889889

0 commit comments

Comments
 (0)