diff options
Diffstat (limited to 'src/party.h')
-rw-r--r-- | src/party.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party.h b/src/party.h index e9da47a80..ffc21b852 100644 --- a/src/party.h +++ b/src/party.h @@ -165,7 +165,7 @@ private: /** * Constructor with party id passed to it. */ - Party(const short id); + explicit Party(const short id); virtual ~Party(); |