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 6de0275b..677d8a82 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -570,7 +570,7 @@ public: * * @param modID the nexus mod id **/ - void setNexusID(int modID) { m_NexusID = modID; } + void setNexusID(int modID); /** * @brief set the version of this mod |
