From b0e215451656c68a3ac3757497a3442d87682507 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 25 Jun 2013 14:40:34 -0700 Subject: gras: fix from last nights swig fun --- include/gras/tags.i | 2 ++ include/gras/time_tag.i | 2 ++ 2 files changed, 4 insertions(+) (limited to 'include/gras') 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 %} 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 %} -- cgit