diff options
author | Max Kellermann <max@musicpd.org> | 2017-09-13 10:35:11 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-09-13 10:35:11 +0200 |
commit | f46ac45d6982bf78d590eb25398f8f9f89a8f301 (patch) | |
tree | 2ee27a38a123b25f03b1302ef3ff7d86cc228387 /src/util/WritableBuffer.hxx | |
parent | 1d1259a86d90756abef512d2d379140b873353b1 (diff) |
util/*: update include guards
Diffstat (limited to 'src/util/WritableBuffer.hxx')
-rw-r--r-- | src/util/WritableBuffer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/WritableBuffer.hxx b/src/util/WritableBuffer.hxx index e36f24e56..8272b012d 100644 --- a/src/util/WritableBuffer.hxx +++ b/src/util/WritableBuffer.hxx @@ -27,8 +27,8 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef WRITABLE_BUFFER_HPP -#define WRITABLE_BUFFER_HPP +#ifndef WRITABLE_BUFFER_HXX +#define WRITABLE_BUFFER_HXX #include "Compiler.h" |