summaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2013-02-07 13:09:19 +0000
committertheraven <theraven@FreeBSD.org>2013-02-07 13:09:19 +0000
commitfab14d3df75fc3af83c06ed85bb9c068f1144351 (patch)
treed1f057460d329356b56f67bf5740b7393c925844 /src/debug.cpp
parent3deb12eac5b63fcfb8306b76b41032a9083ae563 (diff)
downloadFreeBSD-src-fab14d3df75fc3af83c06ed85bb9c068f1144351.zip
FreeBSD-src-fab14d3df75fc3af83c06ed85bb9c068f1144351.tar.gz
Import new libc++ to vendor branch.
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index b8af4dd..f3a0262 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*
OpenPOWER on IntegriCloud