aboutsummaryrefslogtreecommitdiff
path: root/brep/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/module.cxx')
-rw-r--r--brep/module.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/brep/module.cxx b/brep/module.cxx
index 3420aa0..8a9d71a 100644
--- a/brep/module.cxx
+++ b/brep/module.cxx
@@ -7,6 +7,7 @@
#include <functional> // bind()
using namespace std;
+using namespace placeholders;
namespace brep
{
@@ -26,7 +27,7 @@ namespace brep
//
rs.content (e.status, "text/html;charset=utf-8") << e.description;
}
- catch (const server_error& e)
+ catch (server_error& e)
{
// @@ Both log and return as 505.
//