summaryrefslogtreecommitdiff
path: root/src/gui/npc.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-27 20:13:45 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-27 20:13:45 +0000
commitfc342cc8deacdf826e343b1ce796b47bbd918f61 (patch)
tree56c6b33198313f112dc5b56a5bf14bb7e0a9fad5 /src/gui/npc.h
parent10f77f010f8831368ab359074f6e0640961f3818 (diff)
downloadmana-client-fc342cc8deacdf826e343b1ce796b47bbd918f61.tar.gz
mana-client-fc342cc8deacdf826e343b1ce796b47bbd918f61.tar.bz2
mana-client-fc342cc8deacdf826e343b1ce796b47bbd918f61.tar.xz
mana-client-fc342cc8deacdf826e343b1ce796b47bbd918f61.zip
Fix the bug where sometimes the last entry in the npc list windows is missing.
Diffstat (limited to 'src/gui/npc.h')
-rw-r--r--src/gui/npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/npc.h b/src/gui/npc.h
index 8b694341..336bad62 100644
--- a/src/gui/npc.h
+++ b/src/gui/npc.h
@@ -75,7 +75,7 @@ class NpcListDialog : public Window, public gcn::ActionListener,
*
* @param string A string with the options separated with colons.
*/
- void parseItems(const char *string);
+ void parseItems(const char *string, unsigned short len);
/**
* Resets the list by removing all items.