From: John Darrington Date: Sat, 25 Jul 2009 08:53:05 +0000 (+0200) Subject: Add "dictionary" property to PsppireVarStore and use it. X-Git-Tag: build37~43 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66153a44d861ccddf6a176ec5a94ffb959232ad6;hp=66153a44d861ccddf6a176ec5a94ffb959232ad6;p=pspp-builds.git Add "dictionary" property to PsppireVarStore and use it. Instead of abusing the encapsulation of PsppireVarStore, by accessing the internal dictionary member directly, add a "dictionary" property. This should also take care of the reference counting of the dict, which wasn't working properly. ---