From bed446e569b815ebb81e8866579a8abcda77358a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 May 2011 00:33:22 +0000 Subject: Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compatible with Raul compiled without it. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3289 a436a847-0d15-0410-975c-d299462d15a1 --- raul/RingBuffer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raul/RingBuffer.hpp') 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 -#include +#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. -- cgit v1.2.1