diff options
| -rw-r--r-- | indra/llcorehttp/_refcounted.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/indra/llcorehttp/_refcounted.cpp b/indra/llcorehttp/_refcounted.cpp index 2c132e1b36..11d75fdf97 100644 --- a/indra/llcorehttp/_refcounted.cpp +++ b/indra/llcorehttp/_refcounted.cpp @@ -30,6 +30,12 @@  namespace LLCoreInt  { +#if		! defined(WIN32) + +const S32 RefCounted::NOT_REF_COUNTED; + +#endif	// ! defined(WIN32) +  RefCounted::~RefCounted()  {} | 
