Really need to figure out the 'static const' problem on Windows.

For now, workaround...
master
Monty Brandenberg 2012-06-12 19:46:19 -04:00
parent 7adeb39237
commit c71e808a36
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
namespace LLCoreInt
{
#if ! defined(WIN32)
const S32 RefCounted::NOT_REF_COUNTED;
#endif // ! defined(WIN32)
RefCounted::~RefCounted()
{}