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