diff options
Diffstat (limited to 'raul/RingBuffer.hpp')
-rw-r--r-- | raul/RingBuffer.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/raul/RingBuffer.hpp b/raul/RingBuffer.hpp index d92c16b..574b8b8 100644 --- a/raul/RingBuffer.hpp +++ b/raul/RingBuffer.hpp @@ -14,8 +14,8 @@ along with Raul. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef RAUL_RING_BUFFER_HPP -#define RAUL_RING_BUFFER_HPP +#ifndef RAUL_RINGBUFFER_HPP +#define RAUL_RINGBUFFER_HPP #include "raul/Noncopyable.hpp" @@ -213,4 +213,4 @@ private: } // namespace Raul -#endif // RAUL_RING_BUFFER_HPP +#endif // RAUL_RINGBUFFER_HPP |