Changeset 682 in Sophya for trunk/SophyaLib/Samba/unitvector.h


Ignore:
Timestamp:
Dec 10, 1999, 5:56:03 PM (26 years ago)
Author:
ansari
Message:

Compilation Mac pour CodeWarrior PRO 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/unitvector.h

    r518 r682  
    1717  UnitVector(const Vector3d&);
    1818 
    19   virtual Vector3d& operator=(const Vector3d&);
     19  /*virtual*/ Vector3d& operator=(const Vector3d&);  //$CHECK$ EA 101299 operator = non virtual
    2020  virtual Vector3d& operator+=(const Vector3d&);
    2121  virtual Vector3d& operator-=(const Vector3d&);
Note: See TracChangeset for help on using the changeset viewer.