diff options
author | Guillaume Seguin <guillaume@segu.in> | 2007-11-24 21:49:09 +0100 |
---|---|---|
committer | Guillaume Seguin <guillaume@segu.in> | 2007-11-24 23:15:06 +0100 |
commit | aa5676d1552bd8cd051acf5bd1f39141fb2e0b9f (patch) | |
tree | 23efba42b05e8e74960630a8af2b502debeb8194 | |
parent | 357d283c227feabdd3e36c0fd41c838e99c03a7e (diff) | |
download | gmathlib-aa5676d1552bd8cd051acf5bd1f39141fb2e0b9f.tar.gz gmathlib-aa5676d1552bd8cd051acf5bd1f39141fb2e0b9f.tar.bz2 |
* Update pygmathlib bindings to latest API
-rw-r--r-- | bindings/python/pygmathlib/pygmathlib.pyx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/pygmathlib/pygmathlib.pyx b/bindings/python/pygmathlib/pygmathlib.pyx index 2c5aa00..fd298fe 100644 --- a/bindings/python/pygmathlib/pygmathlib.pyx +++ b/bindings/python/pygmathlib/pygmathlib.pyx @@ -63,6 +63,8 @@ cdef struct GMathSymbol: GMathSymbol **children + GMathSymbol *parent + GMathTemplate *template GMathContext *context |