Really need to figure out the 'static const' problem on Windows.
For now, workaround...master
parent
7adeb39237
commit
c71e808a36
|
|
@ -30,6 +30,12 @@
|
|||
namespace LLCoreInt
|
||||
{
|
||||
|
||||
#if ! defined(WIN32)
|
||||
|
||||
const S32 RefCounted::NOT_REF_COUNTED;
|
||||
|
||||
#endif // ! defined(WIN32)
|
||||
|
||||
RefCounted::~RefCounted()
|
||||
{}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue