diff options
author | Max Kellermann <max@duempel.org> | 2015-02-16 00:53:04 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-16 00:53:59 +0100 |
commit | 64b9e7fd48d085350a64488275091d3eea1c4edc (patch) | |
tree | 18444a39ce4fe955e5997c656a3454ab4151d424 | |
parent | 12de22d3bb4a1050dd14f8494774f269422050d6 (diff) |
util/DynamicFifoBuffer: adjust include guard
-rw-r--r-- | src/util/DynamicFifoBuffer.hxx | 6 |
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" |