Fix a few compiler warnings

This commit is contained in:
Andreas Schmitt
2021-06-23 05:45:10 +02:00
parent f3b39b12a8
commit 29b227a3cd
3 changed files with 12 additions and 14 deletions

View File

@@ -107,7 +107,7 @@ struct RealSpriteGroup : SpriteGroup {
std::vector<const SpriteGroup *> loading; ///< List of loading groups (can be SpriteIDs or Callback results)
protected:
const SpriteGroup *Resolve(ResolverObject &object) const;
const SpriteGroup *Resolve(ResolverObject &object) const override;
};
/* Shared by deterministic and random groups. */