summaryrefslogtreecommitdiff
path: root/src/logger.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-12 03:56:04 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-12 03:56:04 +0300
commita15b0fd17f1f79074743c530a5f7afd3e83367a5 (patch)
treea7858172171913d2889cd9cc587ec24fb4061194 /src/logger.h
parent29cde4fff20d12e076ba7a58d32d9b797ec1fb7a (diff)
downloadplus-a15b0fd17f1f79074743c530a5f7afd3e83367a5.tar.gz
plus-a15b0fd17f1f79074743c530a5f7afd3e83367a5.tar.bz2
plus-a15b0fd17f1f79074743c530a5f7afd3e83367a5.tar.xz
plus-a15b0fd17f1f79074743c530a5f7afd3e83367a5.zip
Fix define once label names in logger.h and chatlogger.h.
Diffstat (limited to 'src/logger.h')
-rw-r--r--src/logger.h4
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>