From 84c3e0e0fb2df99213ed238ac4f032411d003b30 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 6 Oct 2011 13:39:21 -0700 Subject: uhd: python/swig/grc tweaks until it works --- gr-uhd/swig/uhd_swig.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gr-uhd/swig/uhd_swig.i') diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index 7e612907c..6ff9d9843 100644 --- a/gr-uhd/swig/uhd_swig.i +++ b/gr-uhd/swig/uhd_swig.i @@ -48,6 +48,8 @@ //////////////////////////////////////////////////////////////////////// %template(string_vector_t) std::vector; +%template(size_vector_t) std::vector; + %include %include -- cgit