diff options
Diffstat (limited to 'lib/sbuffer.cpp')
-rw-r--r-- | lib/sbuffer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sbuffer.cpp b/lib/sbuffer.cpp index ab5c72c..37c2c33 100644 --- a/lib/sbuffer.cpp +++ b/lib/sbuffer.cpp @@ -14,13 +14,13 @@ // You should have received a copy of the GNU Lesser General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include <gnuradio/sbuffer.hpp> +#include <gras/sbuffer.hpp> #include "alloc_on_node.hpp" #include <boost/bind.hpp> -using namespace gnuradio; +using namespace gras; -void gnuradio::sbuffer_handle_deref(SBufferImpl *impl) +void gras::sbuffer_handle_deref(SBufferImpl *impl) { //call the deleter if possible boost::shared_ptr<SBufferDeleter> token_deleter = impl->config.token.lock(); |