diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-03 18:12:52 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-03 18:12:52 -0600 |
commit | 447232f0ad7dd94372424389336b0a53ed332597 (patch) | |
tree | f0aded965b96fed35fbe7ff2a9cf10700b923ce8 /src/gui/charselectdialog.h | |
parent | 0269b1f766a4e9e8ded91505855cff58c18086e2 (diff) | |
download | mana-client-447232f0ad7dd94372424389336b0a53ed332597.tar.gz mana-client-447232f0ad7dd94372424389336b0a53ed332597.tar.bz2 mana-client-447232f0ad7dd94372424389336b0a53ed332597.tar.xz mana-client-447232f0ad7dd94372424389336b0a53ed332597.zip |
Update the CharSelectDialog after char creation
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r-- | src/gui/charselectdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h index 0bb8e27f..44917d6c 100644 --- a/src/gui/charselectdialog.h +++ b/src/gui/charselectdialog.h @@ -62,6 +62,8 @@ class CharSelectDialog : public Window, public gcn::ActionListener void chooseSelected(); + void update(int slot = -1); + private: /** * Communicate character deletion to the server. |