diff options
Diffstat (limited to 'src/VBox/Main/include/ProgressProxyImpl.h')
-rw-r--r-- | src/VBox/Main/include/ProgressProxyImpl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/ProgressProxyImpl.h b/src/VBox/Main/include/ProgressProxyImpl.h index 45eead3bf34..1129ddd0f2c 100644 --- a/src/VBox/Main/include/ProgressProxyImpl.h +++ b/src/VBox/Main/include/ProgressProxyImpl.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ____H_PROGRESSPROXYIMPL -#define ____H_PROGRESSPROXYIMPL +#ifndef MAIN_INCLUDED_ProgressProxyImpl_h +#define MAIN_INCLUDED_ProgressProxyImpl_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -116,5 +116,5 @@ private: }; -#endif /* !____H_PROGRESSPROXYIMPL */ +#endif /* !MAIN_INCLUDED_ProgressProxyImpl_h */ |