Show
Ignore:
Timestamp:
11/28/07 21:52:44 (1 year ago)
Author:
aronb
Message:

Remove #ifndef WIN32 around Matrix::setValue method that seems to compile correctly on windows with MSVC 7.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fcptr_stable_jun07/Source/Base/Base/OSGMatrix.h

    r666 r1027  
    209209    void setValue          (const VectorType           *pMat               ); 
    210210 
    211 #ifndef WIN32 
    212211    void setValue          (const VectorType3f         *pMat               ); 
    213 #endif 
    214212 
    215213    void setValue           (const Char8               *string,