basically the same as last time but i hope it works now...

This commit is contained in:
DarthArgus
2015-04-02 22:07:28 -05:00
parent 1b7d4c6283
commit b80bd0c99b
14 changed files with 14 additions and 14 deletions
@@ -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 ();