diff options
Diffstat (limited to 'include/gras/block.i')
-rw-r--r-- | include/gras/block.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gras/block.i b/include/gras/block.i index ffb361c..2de2c98 100644 --- a/include/gras/block.i +++ b/include/gras/block.i @@ -3,7 +3,7 @@ #ifndef INCLUDED_GRAS_BLOCK_I #define INCLUDED_GRAS_BLOCK_I -%module GRAS_Block +%module (package="gras") GRAS_Block %{ #include <gras/block.hpp> |