Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Image/WS/OSGImageBase.h

    r2 r54  
    620620    /*! \{                                                                 */ 
    621621 
     622 
     623#ifdef OSG_1_COMPAT 
     624           SFInt32 *getSFComponentSize(void); 
     625#endif 
    622626           SFInt32 *editSFComponentSize(void); 
    623627     const SFInt32 *getSFComponentSize (void) const; 
    624628 
    625629 
     630#ifdef OSG_1_COMPAT 
     631           Int32 &getComponentSize(void); 
     632#endif 
    626633           Int32 &editComponentSize(void); 
    627634     const Int32 &getComponentSize(void) const;