diff options
author | David Chisnall <theraven@FreeBSD.org> | 2013-02-07 15:45:28 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2013-02-07 15:45:28 +0000 |
commit | cfdf2879c921f2ddcc56acc526e465600607b487 (patch) | |
tree | 52637438fa031aa783147d9ac30dac90131dffdf /contrib/libc++/src/debug.cpp | |
parent | 45732078c1abbb1fcfeb9eaa54546afca3f0b1a8 (diff) | |
parent | c7f918d0681828afdbddfdcc354b6f3dfc2a7b68 (diff) |
Notes
Diffstat (limited to 'contrib/libc++/src/debug.cpp')
-rw-r--r-- | contrib/libc++/src/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libc++/src/debug.cpp b/contrib/libc++/src/debug.cpp index b8af4dde7749..f3a0262d1d5e 100644 --- a/contrib/libc++/src/debug.cpp +++ b/contrib/libc++/src/debug.cpp @@ -23,7 +23,7 @@ __get_db() { static __libcpp_db db; return &db; -}; +} _LIBCPP_VISIBLE const __libcpp_db* |