Skip to content

Commit 1807b80

Browse files
committed
Mark dtor as override
1 parent 2c80894 commit 1807b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/games/game.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class GameActionRep : public GameObject {
167167
: m_number(p_number), m_label(p_label), m_infoset(p_infoset)
168168
{
169169
}
170-
~GameActionRep() = default;
170+
~GameActionRep() override = default;
171171

172172
public:
173173
int GetNumber() const { return m_number; }

0 commit comments

Comments
 (0)