From 77f79c8e2c45d816a2ecb869b2869825b3293640 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 28 Oct 2012 22:39:39 -0700 Subject: work on stand-alone library build --- lib/gras_impl/token.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/gras_impl/token.hpp') diff --git a/lib/gras_impl/token.hpp b/lib/gras_impl/token.hpp index db5f047..5cc634f 100644 --- a/lib/gras_impl/token.hpp +++ b/lib/gras_impl/token.hpp @@ -20,7 +20,7 @@ #include #include -namespace gnuradio +namespace gras { typedef boost::weak_ptr WeakToken; @@ -35,6 +35,6 @@ struct Token : boost::shared_ptr } }; -} //namespace gnuradio +} //namespace gras #endif /*INCLUDED_LIBGRAS_IMPL_TOKEN_HPP*/ -- cgit