From 1754b97e5c0ea60d8a89366598dc49b2fb776f69 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Mon, 17 Jun 2013 17:28:42 +0200 Subject: [PATCH] Need to export BackTrace::S_Number to use BACKTRACE. --- indra/cwdebug/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cwdebug/debug.h b/indra/cwdebug/debug.h index e14fb18b9..4167813ea 100644 --- a/indra/cwdebug/debug.h +++ b/indra/cwdebug/debug.h @@ -275,7 +275,7 @@ class TeeStream : public std::ostream { }; #if CWDEBUG_LOCATION -class BackTrace { +class LL_COMMON_API BackTrace { private: boost::shared_array M_buffer; int M_frames;