diff options
author | Josh Blum | 2012-10-28 22:39:39 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-28 22:39:39 -0700 |
commit | 77f79c8e2c45d816a2ecb869b2869825b3293640 (patch) | |
tree | 888dfa430241024e0dd47248aa14a8a09394d469 /lib/tag_handlers.hpp | |
parent | 9620afa87986645653b171fb2c74c06597edb382 (diff) | |
download | sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.gz sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.tar.bz2 sandhi-77f79c8e2c45d816a2ecb869b2869825b3293640.zip |
work on stand-alone library build
Diffstat (limited to 'lib/tag_handlers.hpp')
-rw-r--r-- | lib/tag_handlers.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tag_handlers.hpp b/lib/tag_handlers.hpp index 4e630fb..408e28b 100644 --- a/lib/tag_handlers.hpp +++ b/lib/tag_handlers.hpp @@ -20,7 +20,7 @@ #include <gras_impl/block_actor.hpp> #include <algorithm> -namespace gnuradio +namespace gras { GRAS_FORCE_INLINE void BlockActor::sort_tags(const size_t i) @@ -80,6 +80,6 @@ GRAS_FORCE_INLINE void BlockActor::trim_tags(const size_t i) if (last != 0) tags_i.erase(tags_i.begin(), tags_i.begin()+last); } -} //namespace gnuradio +} //namespace gras #endif /*INCLUDED_LIBGRAS_TAG_HANDLERS_HPP*/ |