Need to export BackTrace::S_Number to use BACKTRACE.

This commit is contained in:
Aleric Inglewood
2013-06-17 17:28:42 +02:00
parent 8574f1ee23
commit 1754b97e5c

View File

@@ -275,7 +275,7 @@ class TeeStream : public std::ostream {
};
#if CWDEBUG_LOCATION
class BackTrace {
class LL_COMMON_API BackTrace {
private:
boost::shared_array<void*> M_buffer;
int M_frames;