From b77b2722b7f0190fc877d526d98200fe340771a0 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Wed, 3 Sep 2025 10:13:06 +0200 Subject: Fix an issue with implementation of CombinedModDataContent. (#2278) --- src/game_features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game_features.h') diff --git a/src/game_features.h b/src/game_features.h index 55f35e37..da26d001 100644 --- a/src/game_features.h +++ b/src/game_features.h @@ -57,7 +57,7 @@ public: signals: void modDataCheckerUpdated(const MOBase::ModDataChecker* check); - void modDataContentUpdated(const MOBase::ModDataContent* check); + void modDataContentUpdated(const MOBase::ModDataContent* content); private: friend class GameFeaturesProxy; -- cgit v1.3.1