From a21df62069cc039599a4753576c91683b21bf036 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sat, 21 Mar 2015 18:15:31 +0100 Subject: ensure consistent header comment naming conventions - BITCOIN_FOLDER_SUBFOLDER_FILENAME_H --- src/support/allocators/secure.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/support/allocators/secure.h') diff --git a/src/support/allocators/secure.h b/src/support/allocators/secure.h index 7a74d87bb4..5e7bb66ea2 100644 --- a/src/support/allocators/secure.h +++ b/src/support/allocators/secure.h @@ -3,8 +3,8 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef BITCOIN_ALLOCATORS_SECURE_H -#define BITCOIN_ALLOCATORS_SECURE_H +#ifndef BITCOIN_SUPPORT_ALLOCATORS_SECURE_H +#define BITCOIN_SUPPORT_ALLOCATORS_SECURE_H #include "support/pagelocker.h" @@ -59,4 +59,4 @@ struct secure_allocator : public std::allocator { // This is exactly like std::string, but with a custom allocator. typedef std::basic_string, secure_allocator > SecureString; -#endif // BITCOIN_ALLOCATORS_SECURE_H +#endif // BITCOIN_SUPPORT_ALLOCATORS_SECURE_H -- cgit v1.2.3