diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2025-09-03 10:13:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-03 10:13:06 +0200 |
| commit | b77b2722b7f0190fc877d526d98200fe340771a0 (patch) | |
| tree | 9d020c4437d74f95afda41b755dbf0d980551a4c /src/game_features.h | |
| parent | d52fcccb831b63dc1add068084369543d0a45246 (diff) | |
Fix an issue with implementation of CombinedModDataContent. (#2278)
Diffstat (limited to 'src/game_features.h')
| -rw-r--r-- | src/game_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
