diff options
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h index d4de8ebde..d32b368f5 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -17,6 +17,9 @@ */ +#ifndef DVDOMATIC_LOG_H +#define DVDOMATIC_LOG_H + /** @file src/log.h * @brief A very simple logging class. */ @@ -53,3 +56,5 @@ private: /** level above which to ignore log messages */ Level _level; }; + +#endif |
