diff options
Diffstat (limited to 'src/VBox/Main/include/SecretKeyStore.h')
-rw-r--r-- | src/VBox/Main/include/SecretKeyStore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/SecretKeyStore.h b/src/VBox/Main/include/SecretKeyStore.h index 68fd626f849..c9833e6c50a 100644 --- a/src/VBox/Main/include/SecretKeyStore.h +++ b/src/VBox/Main/include/SecretKeyStore.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ____H_SECRETKEYSTORE -#define ____H_SECRETKEYSTORE +#ifndef MAIN_INCLUDED_SecretKeyStore_h +#define MAIN_INCLUDED_SecretKeyStore_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -190,4 +190,4 @@ class SecretKeyStore bool m_fKeyBufNonPageable; }; -#endif /* !____H_SECRETKEYSTORE */ +#endif /* !MAIN_INCLUDED_SecretKeyStore_h */ |