aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/DynamicFifoBuffer.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-16 00:53:04 +0100
committerMax Kellermann <max@duempel.org>2015-02-16 00:53:59 +0100
commit64b9e7fd48d085350a64488275091d3eea1c4edc (patch)
tree18444a39ce4fe955e5997c656a3454ab4151d424 /src/util/DynamicFifoBuffer.hxx
parent12de22d3bb4a1050dd14f8494774f269422050d6 (diff)
downloadmpd-64b9e7fd48d085350a64488275091d3eea1c4edc.tar.gz
mpd-64b9e7fd48d085350a64488275091d3eea1c4edc.tar.xz
mpd-64b9e7fd48d085350a64488275091d3eea1c4edc.zip
util/DynamicFifoBuffer: adjust include guard
Diffstat (limited to 'src/util/DynamicFifoBuffer.hxx')
-rw-r--r--src/util/DynamicFifoBuffer.hxx6
1 files 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 <max@duempel.org>
+ * Copyright (C) 2003-2015 Max Kellermann <max@duempel.org>
*
* 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"