diff options
Diffstat (limited to 'src/VBox/Main/include/WebMWriter.h')
-rw-r--r-- | src/VBox/Main/include/WebMWriter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/WebMWriter.h b/src/VBox/Main/include/WebMWriter.h index a5786ab3395..4d8a67ed8a5 100644 --- a/src/VBox/Main/include/WebMWriter.h +++ b/src/VBox/Main/include/WebMWriter.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ____WEBMWRITER -#define ____WEBMWRITER +#ifndef MAIN_INCLUDED_WebMWriter_h +#define MAIN_INCLUDED_WebMWriter_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -576,4 +576,4 @@ protected: typedef std::map <uint8_t, WebMTrack *> WebMTracks; }; -#endif /* !____WEBMWRITER */ +#endif /* !MAIN_INCLUDED_WebMWriter_h */ |