From 64b9e7fd48d085350a64488275091d3eea1c4edc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 16 Feb 2015 00:53:04 +0100 Subject: util/DynamicFifoBuffer: adjust include guard --- src/util/DynamicFifoBuffer.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/DynamicFifoBuffer.hxx b/src/util/DynamicFifoBuffer.hxx index c1e5d1b94..5a9056edb 100644 --- a/src/util/DynamicFifoBuffer.hxx +++ b/src/util/DynamicFifoBuffer.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Max Kellermann + * Copyright (C) 2003-2015 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,8 +27,8 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef FIFO_BUFFER_HPP -#define FIFO_BUFFER_HPP +#ifndef DYNAMIC_FIFO_BUFFER_HXX +#define DYNAMIC_FIFO_BUFFER_HXX #include "ForeignFifoBuffer.hxx" -- cgit v1.2.3