Changeset 1202

Show
Ignore:
Timestamp:
05/05/08 09:15:32 (1 week ago)
Author:
vossg
Message:

fixed: windows compile problems

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FileIO/OSB/OSGOSBGeoIntegralPropertyElement.h

    r1198 r1202  
    8989    /*! \{                                                                 */ 
    9090 
    91     virtual void preWrite(FieldContainer * constfc) = 0; 
    92     virtual void write   (void                    ) = 0; 
     91    virtual void preWrite(FieldContainer * const constfc) = 0; 
     92    virtual void write   (void                          ) = 0; 
    9393 
    9494    void setPackData(bool pack); 
  • trunk/Source/System/Text/OSGTextWIN32Backend.cpp

    r785 r1202  
    11961196    // Calculate the positions of the glyphs on the texture 
    11971197    prepareTexture(param); 
    1198     assert(_texture != NullFC); 
     1198    assert(_texture != NULL); 
    11991199    assert(_texture->getSize() == static_cast<UInt32>(_texture->getWidth() * _texture->getHeight())); 
    12001200