summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-19 13:34:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-19 13:34:25 +0000
commit587021ac0b63897d9b984d01b62b5dbb8514dd4f (patch)
treedcdc8708b7d6fbc89e39fa53755e5fe4613bfa43 /libs/pbd
parentf36bd6993f3e7fb71a7cdd71e01416fe8aec0aa6 (diff)
make another note about win32 C++ sym name demangling
git-svn-id: svn://localhost/ardour2/branches/3.0@6776 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/demangle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/demangle.h b/libs/pbd/pbd/demangle.h
index 5e6f2a1b56..45cd9090ec 100644
--- a/libs/pbd/pbd/demangle.h
+++ b/libs/pbd/pbd/demangle.h
@@ -44,6 +44,7 @@ namespace PBD
/* Note: on win32, you can use UnDecorateSymbolName.
See http://msdn.microsoft.com/en-us/library/ms681400%28VS.85%29.aspx
+ See also: http://msdn.microsoft.com/en-us/library/ms680344%28VS.85%29.aspx
*/
return typeid(obj).name();