diff options
author | Josh Blum | 2012-11-23 20:10:10 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-23 20:10:10 -0800 |
commit | a61975949f3c6e7ddc26b802c56c639b52c46604 (patch) | |
tree | 371d5e4bd2e79aac56460b8aa9e7897dad68f996 /python/gras | |
parent | ff2cdaee343e8c61d0b94eddf5dbbe2ad6dc46be (diff) | |
download | sandhi-a61975949f3c6e7ddc26b802c56c639b52c46604.tar.gz sandhi-a61975949f3c6e7ddc26b802c56c639b52c46604.tar.bz2 sandhi-a61975949f3c6e7ddc26b802c56c639b52c46604.zip |
swig fixes for sbuffer and intrusive_ptr
Diffstat (limited to 'python/gras')
-rw-r--r-- | python/gras/GRAS_SBuffer.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/GRAS_SBuffer.i b/python/gras/GRAS_SBuffer.i index 248bcc1..712949b 100644 --- a/python/gras/GRAS_SBuffer.i +++ b/python/gras/GRAS_SBuffer.i @@ -6,7 +6,7 @@ #include <PMC/PMC.hpp> %} -%include <PMC/PMC.i> +%import <PMC/PMC.i> DECL_PMC_SWIG_TYPE(gras::SBuffer, swig_sbuffer) |