diff options
author | Josh Blum | 2013-06-25 14:40:34 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-25 14:40:34 -0700 |
commit | b0e215451656c68a3ac3757497a3442d87682507 (patch) | |
tree | 534bf54a57d97a6c7b1b01b91563e6e00ba231d6 /include/gras | |
parent | a9ac4d78101ab569e2b446c4addfe5b23f6692ef (diff) | |
download | sandhi-b0e215451656c68a3ac3757497a3442d87682507.tar.gz sandhi-b0e215451656c68a3ac3757497a3442d87682507.tar.bz2 sandhi-b0e215451656c68a3ac3757497a3442d87682507.zip |
gras: fix from last nights swig fun
Diffstat (limited to 'include/gras')
-rw-r--r-- | include/gras/tags.i | 2 | ||||
-rw-r--r-- | include/gras/time_tag.i | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/gras/tags.i b/include/gras/tags.i index bf2bdb4..f6adb48 100644 --- a/include/gras/tags.i +++ b/include/gras/tags.i @@ -3,6 +3,8 @@ #ifndef INCLUDED_GRAS_TAGS_I #define INCLUDED_GRAS_TAGS_I +%module GRAS_Tags + %{ #include <gras/tags.hpp> %} diff --git a/include/gras/time_tag.i b/include/gras/time_tag.i index 42deed7..af05a99 100644 --- a/include/gras/time_tag.i +++ b/include/gras/time_tag.i @@ -3,6 +3,8 @@ #ifndef INCLUDED_GRAS_TIME_TAG_I #define INCLUDED_GRAS_TIME_TAG_I +%module GRAS_TimeTag + %{ #include <gras/time_tag.hpp> %} |