mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-03 03:16:01 -04:00
basically the same as last time but i hope it works now...
This commit is contained in:
@@ -1554,7 +1554,7 @@ SessionApiClient* ConnectionServer::getSessionApiClient()
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
void ConnectionServer::setDone(char const reasonfmt, ...)
|
||||
void ConnectionServer::setDone(char const *reasonfmt, ...)
|
||||
{
|
||||
if (!done)
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ class ConnectionServer : public MessageDispatch::Receiver
|
||||
public:
|
||||
static void install();
|
||||
static void remove();
|
||||
void setDone(char const reasonfmt, ...);
|
||||
void setDone(char const *reasonfmt, ...);
|
||||
|
||||
~ConnectionServer ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user