From 35d2ea862b1292dfa6e1503147f9a8ca4a3c8e2a Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 29 Jul 2013 16:33:09 -0700 Subject: [PATCH] Fix clang compile --- modules/beast_core/diagnostic/beast_ProtectedCall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/beast_core/diagnostic/beast_ProtectedCall.cpp b/modules/beast_core/diagnostic/beast_ProtectedCall.cpp index e14c5bce1..b5b7c1907 100644 --- a/modules/beast_core/diagnostic/beast_ProtectedCall.cpp +++ b/modules/beast_core/diagnostic/beast_ProtectedCall.cpp @@ -291,7 +291,7 @@ void ProtectedCall::setHandler (Handler const& handler) void ProtectedCall::call (Call& c) { - static DefaultHandler const defaultHandler; + static DefaultHandler defaultHandler; Handler const* handler = s_handler->get ();