diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-21 12:28:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-21 20:26:12 +0300 |
commit | f4fe732ccbd65fd584b7787f3b5aec904a85d11b (patch) | |
tree | 5cf6023ab3713316326547026c10f2fb4ce6d8b8 /src/Makefile.am | |
parent | c78423448941517eeae0a60e703a5dc2976aed0c (diff) | |
download | plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.gz plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.bz2 plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.xz plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.zip |
Fix code style.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index de9610b4f..6505dfa9c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -599,7 +599,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ net/generalhandler.h \ net/guildhandler.h \ net/inventoryhandler.h \ - net/inventoryitem.h \ + net/ea/inventoryitem.h \ net/logindata.h \ net/loginhandler.h \ net/messagehandler.h \ |