diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 01:12:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 01:12:25 -0600 |
commit | 468a4c5f859bd260b137c41090aae957f204aae3 (patch) | |
tree | 36805f2bc93e9536fa31478f2d5d8cebfc917f66 /lib | |
parent | 0094374798b604628c615ff54ffc2db6a2882a44 (diff) | |
download | koffice-468a4c5f859bd260b137c41090aae957f204aae3.tar.gz koffice-468a4c5f859bd260b137c41090aae957f204aae3.zip |
Fix unintended rename
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kross/python/cxx/cxx_extensions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/python/cxx/cxx_extensions.cxx b/lib/kross/python/cxx/cxx_extensions.cxx index eb9bd450..f9c942ad 100644 --- a/lib/kross/python/cxx/cxx_extensions.cxx +++ b/lib/kross/python/cxx/cxx_extensions.cxx @@ -316,7 +316,7 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam #if PY_MAJOR_VERSION > 2 || (PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION >= 1) // first defined in 2.1 table->tp_richcompare = 0L; - table->tp_weatdelistoffset = 0L; + table->tp_weaklistoffset = 0L; #else table->tp_xxx7 = 0L; table->tp_xxx8 = 0L; |