From af8ebe520c6c00507debd64c4cfe4c7bc513618b Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Thu, 14 Apr 2011 22:41:00 -0500 Subject: [PATCH] AbortError should return void --- src/binding.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binding.cc b/src/binding.cc index d8403849..ef5af0fe 100644 --- a/src/binding.cc +++ b/src/binding.cc @@ -283,7 +283,7 @@ protected: } //aborts connection and returns connection error message - char* AbortConnection() + void AbortConnection() { EmitLastError(); DestroyConnection();