summaryrefslogtreecommitdiff
path: root/src/gui/chatlog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 16:44:32 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 16:44:32 +0300
commite05688fe94a5e669c9d68ac4524c0fceeeb43cfb (patch)
tree2a731c30427acf0a57bc858df92ad07100432010 /src/gui/chatlog.h
parent43e5e0bf4f816d171d90052d2503ce255636ad2a (diff)
downloadplus-e05688fe94a5e669c9d68ac4524c0fceeeb43cfb.tar.gz
plus-e05688fe94a5e669c9d68ac4524c0fceeeb43cfb.tar.bz2
plus-e05688fe94a5e669c9d68ac4524c0fceeeb43cfb.tar.xz
plus-e05688fe94a5e669c9d68ac4524c0fceeeb43cfb.zip
Move chatmsgtype.h into enums directory.
Diffstat (limited to 'src/gui/chatlog.h')
-rw-r--r--src/gui/chatlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chatlog.h b/src/gui/chatlog.h
index 9f2adbe37..9495bb0e3 100644
--- a/src/gui/chatlog.h
+++ b/src/gui/chatlog.h
@@ -23,7 +23,7 @@
#ifndef GUI_CHATLOG_H
#define GUI_CHATLOG_H
-#include "gui/chatmsgtype.h"
+#include "enums/chatmsgtype.h"
#include <string>