diff options
author | Josh Blum | 2012-12-05 02:15:06 -0800 |
---|---|---|
committer | Josh Blum | 2012-12-05 02:15:06 -0800 |
commit | 094a5945da96ce202eacb665cf401ab96c6c1d95 (patch) | |
tree | 5d226d90757cc12804b031ee43227b1608078b30 /include/gras/block.i | |
parent | a1449c97eefa1635680ede98f61ab3538c56eb21 (diff) | |
download | sandhi-094a5945da96ce202eacb665cf401ab96c6c1d95.tar.gz sandhi-094a5945da96ce202eacb665cf401ab96c6c1d95.tar.bz2 sandhi-094a5945da96ce202eacb665cf401ab96c6c1d95.zip |
tag is just an offset and object, created stream tag and pkt message
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 94ea772..53458eb 100644 --- a/include/gras/block.i +++ b/include/gras/block.i @@ -8,7 +8,7 @@ %} %include <gras/element.i> -%include <gras/tags.i> +%import <gras/tags.i> %import <gras/sbuffer.i> %include <gras/block.hpp> |