From d9cc013813a2a360a9518ecfd3b2e0bb0596d86a Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 22 Sep 2020 21:21:45 +0200 Subject: Change modId() to nexusId(). --- src/modinforegular.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinforegular.h') 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 -- cgit v1.3.1