From 103fe3c2004fe44c5d9e34aa856e3108c491583e Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Fri, 24 Sep 2010 16:31:35 -0400 Subject: Replace "throw new" with "throw" --- src/threadengines/threadengine_pthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/threadengines/threadengine_pthread.cpp') diff --git a/src/threadengines/threadengine_pthread.cpp b/src/threadengines/threadengine_pthread.cpp index e34de01c7..52ed4649a 100644 --- a/src/threadengines/threadengine_pthread.cpp +++ b/src/threadengines/threadengine_pthread.cpp @@ -69,7 +69,7 @@ class ThreadSignalSocket : public EventHandler { int fds[2]; if (pipe(fds)) - throw new CoreException("Could not create pipe " + std::string(strerror(errno))); + throw CoreException("Could not create pipe " + std::string(strerror(errno))); SetFd(fds[0]); send_fd = fds[1]; -- cgit v1.3.1-10-gc9f91