Show
Ignore:
Timestamp:
02/25/2008 07:48:21 PM (4 years ago)
Author:
gbooker
Message:

Patch from Stephan again. I changed the int to a real in the info.plist and the padding was too large, so I changed it to a value that is smaller (by half), but still large enough (by examining the classdump offsets).
Refs #126

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/SapphireMediaPreview.h

    r470 r496  
    2929 */ 
    3030@interface SapphireMediaPreview : BRMetadataPreviewController{ 
     31        int             padding[16];    /*!< @brief The classes are of different sizes.  This padding prevents a class compiled with one size to overlap when used with a class of a different size*/    
    3132        SapphireMetaData                        *meta;                  /*!< @brief The metadata to display in the preview*/ 
    3233        SapphireDirectoryMetaData       *dirMeta;               /*!< @brief The directory containing the metadata*/