From 0e90b9d233eb3ae8276f6f8bfc4612c117544404 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 4 Dec 2013 19:54:28 +0100 Subject: - bugfix: changing nexus id directly via mod list did not cause the change to be saved --- src/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinfo.h') 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 -- cgit v1.3.1