Changeset 496 for trunk/SapphireFrappliance/SapphireMediaPreview.h
- Timestamp:
- 02/25/2008 07:48:21 PM (4 years ago)
- Files:
-
- 1 modified
-
trunk/SapphireFrappliance/SapphireMediaPreview.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/SapphireMediaPreview.h
r470 r496 29 29 */ 30 30 @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*/ 31 32 SapphireMetaData *meta; /*!< @brief The metadata to display in the preview*/ 32 33 SapphireDirectoryMetaData *dirMeta; /*!< @brief The directory containing the metadata*/
