diff options
author | jcorgan | 2009-02-10 04:53:37 +0000 |
---|---|---|
committer | jcorgan | 2009-02-10 04:53:37 +0000 |
commit | 7783dc88c6acf839b59c7c3358094f85e0012ada (patch) | |
tree | 42b3ed5759abef32e75b28d9936aa660cc47ab68 /usrp/host | |
parent | 417a36b82e23fa681e361541c1824ba4de811a7a (diff) | |
download | gnuradio-7783dc88c6acf839b59c7c3358094f85e0012ada.tar.gz gnuradio-7783dc88c6acf839b59c7c3358094f85e0012ada.tar.bz2 gnuradio-7783dc88c6acf839b59c7c3358094f85e0012ada.zip |
Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host')
-rw-r--r-- | usrp/host/lib/legacy/db_base.i | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp/host/lib/legacy/db_base.i b/usrp/host/lib/legacy/db_base.i index 3e567637e..bd5483aa8 100644 --- a/usrp/host/lib/legacy/db_base.i +++ b/usrp/host/lib/legacy/db_base.i @@ -1,12 +1,12 @@ /* -*- c++ -*- */ // -// Copyright 2008 Free Software Foundation, Inc. +// Copyright 2008,2009 Free Software Foundation, Inc. // // This file is part of GNU Radio // // GNU Radio is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either asversion 3, or (at your option) +// the Free Software Foundation; either version 3, or (at your option) // any later version. // // GNU Radio is distributed in the hope that it will be useful, @@ -25,7 +25,7 @@ #include "db_base.h" %} -%include <shared_ptr.i> +%include <gr_shared_ptr.i> class usrp_tune_result { |