summaryrefslogtreecommitdiffstats
path: root/raul
diff options
context:
space:
mode:
Diffstat (limited to 'raul')
-rw-r--r--raul/SharedPtr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/SharedPtr.h b/raul/SharedPtr.h
index 1cc42a2..60840c0 100644
--- a/raul/SharedPtr.h
+++ b/raul/SharedPtr.h
@@ -53,7 +53,7 @@ namespace boost {
#ifdef BOOST_AC_USE_PTHREADS
#error "Boost is using mutex locking for pointer reference counting."
-#error "This is VERY slow. Please report your platform to dave@codeson.net"
+#error "This is VERY slow. Please report your platform to dave@drobilla.net"
#endif
#define SharedPtr boost::shared_ptr