summaryrefslogtreecommitdiff
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
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.
-rw-r--r--src/chatlogger.h4
-rw-r--r--src/logger.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/chatlogger.h b/src/chatlogger.h
index 2e9545b04..6e096ac89 100644
--- a/src/chatlogger.h
+++ b/src/chatlogger.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef M_CHATLOG_H
-#define M_CHATLOG_H
+#ifndef M_CHATLOGGER_H
+#define M_CHATLOGGER_H
#include <fstream>
#include <list>
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>