diff options
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 %{ |