summaryrefslogtreecommitdiffstats
path: root/raul/SharedPtr.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/SharedPtr.h')
-rw-r--r--raul/SharedPtr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/SharedPtr.h b/raul/SharedPtr.h
index 89600a9..e5381b6 100644
--- a/raul/SharedPtr.h
+++ b/raul/SharedPtr.h
@@ -1,5 +1,5 @@
/* A Reference Counting Smart Pointer.
- * Copyright (C) 2006 Dave Robillard.
+ * Copyright (C) 2007 Dave Robillard.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
@@ -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."
+#error "This is VERY slow. Please report your platform to dave@codeson.net"
#endif
#define SharedPtr boost::shared_ptr