1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Some compilers think "not" is a reserved word.

This commit is contained in:
Darryl Pogue
2011-08-06 14:36:43 -07:00
parent ee23f01736
commit ab68dc3af9
2 changed files with 10 additions and 10 deletions

View File

@ -82,8 +82,8 @@ public:
virtual void Read(hsStream* stream, hsResMgr* mgr);
virtual void Write(hsStream* stream, hsResMgr* mgr);
void Register(plVisRegion* reg, hsBool not);
void UnRegister(plVisRegion* reg, hsBool not);
void Register(plVisRegion* reg, hsBool bnot);
void UnRegister(plVisRegion* reg, hsBool bnot);
void Eval(const hsPoint3& pos);