summaryrefslogtreecommitdiff
path: root/src/gui/npclistdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/npclistdialog.h')
-rw-r--r--src/gui/npclistdialog.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/npclistdialog.h b/src/gui/npclistdialog.h
index c09b0a8c..02b9cd49 100644
--- a/src/gui/npclistdialog.h
+++ b/src/gui/npclistdialog.h
@@ -69,12 +69,9 @@ class NpcListDialog : public Window, public gcn::ActionListener,
getElementAt(int i);
/**
- * Fills the options list for an NPC dialog.
- *
- * @param itemString A string with the options separated with colons.
+ * Adds an item to the option list.
*/
- void
- parseItems(const std::string &itemString);
+ void addItem(std::string const &);
/**
* Resets the list by removing all items.