Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2005, 9:20:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: almost mac compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/bounding_volume.h

    r5039 r5279  
    2525
    2626    sVec3D* getVertices() const { return this->vertices; }
    27     virtual void mergeWith(const BoundingVolume &bv) = NULL;
     27    virtual void mergeWith(const BoundingVolume &bv) = 0;
    2828
    29     virtual void drawBV(int currentDepth, int drawMode) const = NULL;
     29    virtual void drawBV(int currentDepth, int drawMode) const = 0;
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.