summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>