diff options
author | Josh Blum | 2013-05-07 21:41:33 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-07 21:41:33 -0700 |
commit | ea7e8426db723968d91855af28a7c8b7a3482774 (patch) | |
tree | 522aeb33958c41a58ea57a24fe85c6c3f7b59d1a /python/gras/GRAS_SBuffer.i | |
parent | 60a154123f4452d3699e25a245c145eed896f1d3 (diff) | |
download | sandhi-ea7e8426db723968d91855af28a7c8b7a3482774.tar.gz sandhi-ea7e8426db723968d91855af28a7c8b7a3482774.tar.bz2 sandhi-ea7e8426db723968d91855af28a7c8b7a3482774.zip |
gras: create common gras/exception.i header
fix other misc swig warnings
Diffstat (limited to 'python/gras/GRAS_SBuffer.i')
-rw-r--r-- | python/gras/GRAS_SBuffer.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/gras/GRAS_SBuffer.i b/python/gras/GRAS_SBuffer.i index 74cc475..867d2f1 100644 --- a/python/gras/GRAS_SBuffer.i +++ b/python/gras/GRAS_SBuffer.i @@ -1,9 +1,9 @@ // Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. -%include <gras/sbuffer.i> - %include <PMC/Registry.i> +%include <gras/sbuffer.i> + DECL_PMC_SWIG_TYPE(gras::SBuffer, swig_sbuffer) %pythoncode %{ |