summaryrefslogtreecommitdiff
path: root/src/gui/chatlog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 18:44:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 18:44:14 +0300
commitbfdd5aa4be7fb4f16488fbdd893cf12eee20187d (patch)
treedff314c818cd284c129be152f77e2a0fb251a5eb /src/gui/chatlog.h
parent9c487cd11afa7cffce954948ce1ea57b95816f17 (diff)
downloadplus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.gz
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.bz2
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.xz
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.zip
Move chatmsgtype.h into gui subdir.
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 9495bb0e3..8e8e70696 100644
--- a/src/gui/chatlog.h
+++ b/src/gui/chatlog.h
@@ -23,7 +23,7 @@
#ifndef GUI_CHATLOG_H
#define GUI_CHATLOG_H
-#include "enums/chatmsgtype.h"
+#include "enums/gui/chatmsgtype.h"
#include <string>