diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-09-22 21:21:45 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-09-22 21:21:45 +0200 |
| commit | d9cc013813a2a360a9518ecfd3b2e0bb0596d86a (patch) | |
| tree | f038dd536814eba30ebbd094b0463f6247dc034d /src/modinforegular.h | |
| parent | c18d8c5dff77925fb2f16cc6c706b1f73781ad23 (diff) | |
Change modId() to nexusId().
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 74d35037..48c871bb 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -254,7 +254,7 @@ public: * * @return the nexus mod id. may be 0 if the mod id isn't known or doesn't exist **/ - int modId() const override { return m_NexusID; } + int nexusId() const override { return m_NexusID; } /** * @return the fixed priority of mods of this type or INT_MIN if the priority of mods |
