summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.cpp
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-10-01 22:46:22 +0200
committerBertram <bertram@cegetel.net>2009-10-01 22:46:22 +0200
commitcb9ec853ffefc1939b03f7046f308da8f26871f7 (patch)
treeddb27fb3969904d93c6c2af04a44bc223872a723 /src/gui/charselectdialog.cpp
parentda61b7e9cb40e75ad0d74cc64853bf1b08d0a031 (diff)
downloadmana-cb9ec853ffefc1939b03f7046f308da8f26871f7.tar.gz
mana-cb9ec853ffefc1939b03f7046f308da8f26871f7.tar.bz2
mana-cb9ec853ffefc1939b03f7046f308da8f26871f7.tar.xz
mana-cb9ec853ffefc1939b03f7046f308da8f26871f7.zip
Fixed compile error: src/gui/charselectdialog.cpp:377: error: cannot declare member function ‘static void CharSelectDialog::setNetworkOptions(bool, bool)’ to have static linkage
Diffstat (limited to 'src/gui/charselectdialog.cpp')
-rw-r--r--src/gui/charselectdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp
index d4758a8d..680c6500 100644
--- a/src/gui/charselectdialog.cpp
+++ b/src/gui/charselectdialog.cpp
@@ -373,7 +373,7 @@ bool CharSelectDialog::selectByName(const std::string &name)
return false;
}
-static void CharSelectDialog::setNetworkOptions(bool allowUnregister,
+void CharSelectDialog::setNetworkOptions(bool allowUnregister,
bool allowChangeEmail)
{
doAllowUnregister = allowUnregister;