diff options
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index c3115685..52c29154 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -289,7 +289,7 @@ public: * * @param gameName the source game shortName */ - virtual void setGameName(QString gameName) = 0; + virtual void setGameName(const QString &gameName) = 0; /** * @brief set/change the nexus mod id of this mod |
