Changeset 128 in dev for BasicCompiler_Common/Class.h


Ignore:
Timestamp:
May 18, 2007, 4:42:36 AM (17 years ago)
Author:
dai_9181
Message:

Blittable型を導入した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Class.h

    r127 r128  
    130130    bool IsBlittableType() const
    131131    {
    132         return blittableType.IsNull();
     132        return !blittableType.IsNull();
    133133    }
    134134    const Type &GetBlittableType() const
Note: See TracChangeset for help on using the changeset viewer.