diff options
author | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
commit | 9adc660a3144b47ed9a49ea57298631b1c19231a (patch) | |
tree | cc34957e4df9847229d05f876e8d122b9c0f5fc7 /raul/SharedPtr.hpp | |
parent | bf566b55d0a06dd258fb8539acfb3315712e8296 (diff) | |
download | raul-9adc660a3144b47ed9a49ea57298631b1c19231a.tar.gz raul-9adc660a3144b47ed9a49ea57298631b1c19231a.tar.bz2 raul-9adc660a3144b47ed9a49ea57298631b1c19231a.zip |
My name is David. :)
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/SharedPtr.hpp')
-rw-r--r-- | raul/SharedPtr.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/SharedPtr.hpp b/raul/SharedPtr.hpp index 1723032..8e803ed 100644 --- a/raul/SharedPtr.hpp +++ b/raul/SharedPtr.hpp @@ -1,5 +1,5 @@ /* A Reference Counting Smart Pointer. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 to dave@drobilla.net" +#error "This is VERY slow. Please report your platform to d@drobilla.net" #endif template <typename T> void NullDeleter(T* ptr) {} |