mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix a few type issues due to typedef updates
This commit is contained in:
@ -113,8 +113,6 @@ public:
|
||||
operator bool() const { return IToBool(); }
|
||||
operator const CharPtr() const { return IToString(); }
|
||||
operator char() const { return IToChar(); }
|
||||
operator unsigned int() const { return IToUInt(); }
|
||||
operator int() const { return IToInt(); }
|
||||
|
||||
void SetType(Types t) { fType=t; }
|
||||
UInt8 GetType( void ) const { return fType; }
|
||||
|
Reference in New Issue
Block a user