diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-02-21 19:36:00 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-02-21 19:36:00 -0600 |
| commit | 3a290b8a5aaf7dc913bf9628dcea488cf90c367d (patch) | |
| tree | cf734ac3c7a12986ed452f5e7e37c8f2d5223bec /src/nexusinterface.h | |
| parent | 8027fea6670e826a89f8738d3b592ca3d1fa76f0 (diff) | |
Fix warning about multiple consts
Diffstat (limited to 'src/nexusinterface.h')
| -rw-r--r-- | src/nexusinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h index ac9e466b..c18c7103 100644 --- a/src/nexusinterface.h +++ b/src/nexusinterface.h @@ -219,7 +219,7 @@ public: } int requestUpdateInfo(QString gameName, NexusInterface::UpdatePeriod period, QObject *receiver, QVariant userData, - const QString &subModule, MOBase::IPluginGame const *game); + const QString &subModule, const MOBase::IPluginGame *game); /** * @brief request nexus descriptions for multiple mods at once |
