Browse Source

Remove the pragma stuff since there's no warning.

Darryl Pogue 13 years ago
parent
commit
ab8d7619d3
  1. 3
      Sources/Plasma/CoreLib/plString.h

3
Sources/Plasma/CoreLib/plString.h

@ -118,12 +118,9 @@ public:
class plString
{
#pragma warning(push)
#pragma warning(disable : 4146)
enum {
kSizeAuto = (size_t)(0x80000000)
};
#pragma warning(pop)
public:
static const plString Null;

Loading…
Cancel
Save