diff options
Diffstat (limited to 'src/chatlogger.h')
-rw-r--r-- | src/chatlogger.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chatlogger.h b/src/chatlogger.h index a502d7ad1..9eff21094 100644 --- a/src/chatlogger.h +++ b/src/chatlogger.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef M_CHATLOGGER_H -#define M_CHATLOGGER_H +#ifndef CHATLOGGER_H +#define CHATLOGGER_H #include <fstream> #include <list> @@ -83,4 +83,4 @@ class ChatLogger final extern ChatLogger *chatLogger; -#endif +#endif // CHATLOGGER_H |