mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-24 00:36:29 +02:00
Fix some issues detected by Sonar & code review, fix build
This commit is contained in:
@@ -1062,8 +1062,8 @@ void CArtifactSet::serializeJsonSlot(JsonSerializeFormat & handler, const Artifa
|
||||
}
|
||||
|
||||
CArtifactFittingSet::CArtifactFittingSet(IGameCallback *cb, ArtBearer::ArtBearer bearer)
|
||||
: GameCallbackHolder(cb)
|
||||
, CArtifactSet(cb)
|
||||
: CArtifactSet(cb)
|
||||
, GameCallbackHolder(cb)
|
||||
, bearer(bearer)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user