We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa27ed commit 29f5440Copy full SHA for 29f5440
src/games/stratspt.h
@@ -46,7 +46,7 @@ class StrategySupportProfile {
46
public:
47
class Support {
48
const StrategySupportProfile *m_profile;
49
- const GamePlayer m_player;
+ GamePlayer m_player;
50
51
52
using const_iterator = std::vector<GameStrategy>::const_iterator;
0 commit comments