diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-04 10:27:46 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-04 10:27:46 -0400 |
commit | a77d273e3ab448d84507bfdb763df8335eadea9e (patch) | |
tree | 938e3b9b25ef1dd675d0acd2cf322f059b048d8b /indra/llcommon/llerror.h | |
parent | 882d8952dad1de21a3b2fca76e5f418b4c1b440f (diff) | |
parent | 15b855409a0ae7588236fe43f4aaa1d5d389b005 (diff) |
automated merge
Diffstat (limited to 'indra/llcommon/llerror.h')
-rw-r--r-- | indra/llcommon/llerror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h index 09812de2b8..e64ee5e081 100644 --- a/indra/llcommon/llerror.h +++ b/indra/llcommon/llerror.h @@ -179,7 +179,7 @@ namespace LLError { return s; } // used to indicate the end of a message - class NoClassInfo { }; + class LL_COMMON_API NoClassInfo { }; // used to indicate no class info known for logging //LLCallStacks keeps track of call stacks and output the call stacks to log file |