summaryrefslogtreecommitdiffstats
path: root/raul/RingBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/RingBuffer.hpp')
-rw-r--r--raul/RingBuffer.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/RingBuffer.hpp b/raul/RingBuffer.hpp
index bc17b02..8642514 100644
--- a/raul/RingBuffer.hpp
+++ b/raul/RingBuffer.hpp
@@ -25,7 +25,7 @@
#include <glib.h>
-#include <boost/utility.hpp>
+#include "raul/Noncopyable.hpp"
namespace Raul {
@@ -37,7 +37,7 @@ namespace Raul {
@ingroup raul
*/
-class RingBuffer : public boost::noncopyable {
+class RingBuffer : public Noncopyable {
public:
/**
Create a new RingBuffer.