From cb9ec853ffefc1939b03f7046f308da8f26871f7 Mon Sep 17 00:00:00 2001 From: Bertram Date: Thu, 1 Oct 2009 22:46:22 +0200 Subject: Fixed compile error: src/gui/charselectdialog.cpp:377: error: cannot declare member function ‘static void CharSelectDialog::setNetworkOptions(bool, bool)’ to have static linkage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gui/charselectdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/charselectdialog.cpp') 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; -- cgit v1.2.3-70-g09d2