diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-08 07:06:50 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-08 07:06:50 -0600 |
commit | f2a0fe945ac44814b271bf3fb6e9df1464d6ccc5 (patch) | |
tree | 8e0214c70393d7f74150494f5a2f30520950bc4e /src/gui | |
parent | 89f59c09fec10ff163f410960f77a9391f9e1e61 (diff) | |
download | mana-client-f2a0fe945ac44814b271bf3fb6e9df1464d6ccc5.tar.gz mana-client-f2a0fe945ac44814b271bf3fb6e9df1464d6ccc5.tar.bz2 mana-client-f2a0fe945ac44814b271bf3fb6e9df1464d6ccc5.tar.xz mana-client-f2a0fe945ac44814b271bf3fb6e9df1464d6ccc5.zip |
Make some more file build for both servers
Also some cleanup in main.cpp
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/serverselectdialog.cpp (renamed from src/gui/char_server.cpp) | 4 | ||||
-rw-r--r-- | src/gui/serverselectdialog.h (renamed from src/gui/char_server.h) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/char_server.cpp b/src/gui/serverselectdialog.cpp index 48f8dedc..bcc756b7 100644 --- a/src/gui/char_server.cpp +++ b/src/gui/serverselectdialog.cpp @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "gui/char_server.h" +#include "gui/serverselectdialog.h" #include "gui/widgets/button.h" #include "gui/widgets/listbox.h" @@ -40,7 +40,7 @@ extern SERVER_INFO **server_info; class ServerListModel : public gcn::ListModel { public: - virtual ~ServerListModel() {}; + virtual ~ServerListModel() {} int getNumberOfElements(); std::string getElementAt(int i); diff --git a/src/gui/char_server.h b/src/gui/serverselectdialog.h index b80ad286..b80ad286 100644 --- a/src/gui/char_server.h +++ b/src/gui/serverselectdialog.h |