Skip to content

Commit 29f5440

Browse files
committed
Fix declaration
1 parent 4fa27ed commit 29f5440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/stratspt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class StrategySupportProfile {
4646
public:
4747
class Support {
4848
const StrategySupportProfile *m_profile;
49-
const GamePlayer m_player;
49+
GamePlayer m_player;
5050

5151
public:
5252
using const_iterator = std::vector<GameStrategy>::const_iterator;

0 commit comments

Comments
 (0)