diff options
Diffstat (limited to 'src/VBox/Main/include/EBMLWriter.h')
-rw-r--r-- | src/VBox/Main/include/EBMLWriter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/EBMLWriter.h b/src/VBox/Main/include/EBMLWriter.h index 6e7aaa58c48..03afac9932f 100644 --- a/src/VBox/Main/include/EBMLWriter.h +++ b/src/VBox/Main/include/EBMLWriter.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ____H_EBMLWRITER -#define ____H_EBMLWRITER +#ifndef MAIN_INCLUDED_EBMLWriter_h +#define MAIN_INCLUDED_EBMLWriter_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -137,5 +137,5 @@ private: void operator=(const EBMLWriter &); }; -#endif +#endif /* !MAIN_INCLUDED_EBMLWriter_h */ |