# HG changeset patch # User prock@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1286468109 0 # Node ID 980c02db2f56920d02073c3274da9d1b9d182e26 # Parent 3822b30fd98c7e2f812d2b674e46b2b1ec35a6f7 * Fixed a swig template that got missed in a previous commit diff -r 3822b30fd98c -r 980c02db2f56 engine/swigwrappers/python/fife.i.templ --- a/engine/swigwrappers/python/fife.i.templ Wed Oct 06 21:37:46 2010 +0000 +++ b/engine/swigwrappers/python/fife.i.templ Thu Oct 07 16:15:09 2010 +0000 @@ -57,8 +57,8 @@ %template(DoubleVector) vector; %template(BoolVector) vector; - %template(UintUintPair) pair; - %template(UintUintPairVector) vector >; + %template(Uint16Uint16Pair) pair; + %template(Uint16Uint16PairVector) vector >; }; %{