AbortError should return void

This commit is contained in:
Brian Carlson 2011-04-14 22:41:00 -05:00
parent 2836c8b64d
commit af8ebe520c

View File

@ -283,7 +283,7 @@ protected:
}
//aborts connection and returns connection error message
char* AbortConnection()
void AbortConnection()
{
EmitLastError();
DestroyConnection();