diff options
Diffstat (limited to 'indra/llcommon/lllog.h')
-rw-r--r-- | indra/llcommon/lllog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/lllog.h b/indra/llcommon/lllog.h index 7ac6c8aa42..b0ec570c01 100644 --- a/indra/llcommon/lllog.h +++ b/indra/llcommon/lllog.h @@ -39,9 +39,9 @@ class LLLogImpl; class LLApp; -class LLSD; +class LL_COMMON_API LLSD; -class LLLog +class LL_COMMON_API LLLog { public: LLLog(LLApp* app); |