From: David ‘Bombe’ Roden Date: Sat, 27 Sep 2014 18:25:51 +0000 (+0200) Subject: Don't access the Sone in the constructor. X-Git-Tag: 0.9-rc1^2~3^2~102 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c4b53fe936d68587bf4ab26f4c997cf7e2fc5859;hp=c4b53fe936d68587bf4ab26f4c997cf7e2fc5859 Don't access the Sone in the constructor. Because of the initialization of a local Sone and its inserter the Sone is currently not ready when the inserter and the modification detector are being created. This needs to be fixed. ---