summaryrefslogtreecommitdiff
path: root/lib/gras_impl/buffer_queue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gras_impl/buffer_queue.hpp')
-rw-r--r--lib/gras_impl/buffer_queue.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gras_impl/buffer_queue.hpp b/lib/gras_impl/buffer_queue.hpp
index bde4986..5a9c28c 100644
--- a/lib/gras_impl/buffer_queue.hpp
+++ b/lib/gras_impl/buffer_queue.hpp
@@ -17,11 +17,11 @@
#ifndef INCLUDED_LIBGRAS_IMPL_BUFFER_QUEUE_HPP
#define INCLUDED_LIBGRAS_IMPL_BUFFER_QUEUE_HPP
-#include <gnuradio/sbuffer.hpp>
+#include <gras/sbuffer.hpp>
#include <boost/bind.hpp>
#include <queue>
-namespace gnuradio
+namespace gras
{
struct BufferQueue : std::queue<SBuffer>
@@ -54,6 +54,6 @@ struct BufferQueue : std::queue<SBuffer>
SBufferToken _token;
};
-} //namespace gnuradio
+} //namespace gras
#endif /*INCLUDED_LIBGRAS_IMPL_BUFFER_QUEUE_HPP*/