diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-12 03:56:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-12 03:56:04 +0300 |
commit | a15b0fd17f1f79074743c530a5f7afd3e83367a5 (patch) | |
tree | a7858172171913d2889cd9cc587ec24fb4061194 /src/logger.h | |
parent | 29cde4fff20d12e076ba7a58d32d9b797ec1fb7a (diff) | |
download | mv-a15b0fd17f1f79074743c530a5f7afd3e83367a5.tar.gz mv-a15b0fd17f1f79074743c530a5f7afd3e83367a5.tar.bz2 mv-a15b0fd17f1f79074743c530a5f7afd3e83367a5.tar.xz mv-a15b0fd17f1f79074743c530a5f7afd3e83367a5.zip |
Fix define once label names in logger.h and chatlogger.h.
Diffstat (limited to 'src/logger.h')
-rw-r--r-- | src/logger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logger.h b/src/logger.h index b8517f696..c2fabb383 100644 --- a/src/logger.h +++ b/src/logger.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef M_LOG_H -#define M_LOG_H +#ifndef M_LOGGER_H +#define M_LOGGER_H #include "main.h" #include <fstream> |