diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-07-17 22:10:16 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-07-17 22:10:16 +0000 |
commit | 19b58f22f7e77382183c70d2b6a1c79b5e1584e7 (patch) | |
tree | e2072e7eb9903cf6664cf364c328f110635538eb /src/gui/status.cpp | |
parent | 35b1b1f16978017a39e0951c9ee74115567a0407 (diff) | |
download | mana-client-19b58f22f7e77382183c70d2b6a1c79b5e1584e7.tar.gz mana-client-19b58f22f7e77382183c70d2b6a1c79b5e1584e7.tar.bz2 mana-client-19b58f22f7e77382183c70d2b6a1c79b5e1584e7.tar.xz mana-client-19b58f22f7e77382183c70d2b6a1c79b5e1584e7.zip |
Updated Makefile.am to reflect the name change of gui/equipmentwindow.*. Also fixed an #include for that header.
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r-- | src/gui/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index 604f6abf..4cb4f010 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -25,7 +25,7 @@ #include "stats.h" #include "inventory.h" #include "setup.h" -#include "equipment.h" +#include "equipmentwindow.h" #include "button.h" #include "../playerinfo.h" |