diff -r 56f325a607ea -r 0173bcd7697c userlibandfileserver/fileserver/sfat32/inc/fat_table32.inl --- a/userlibandfileserver/fileserver/sfat32/inc/fat_table32.inl Wed Dec 23 11:43:31 2009 +0000 +++ b/userlibandfileserver/fileserver/sfat32/inc/fat_table32.inl Thu Jan 07 13:38:45 2010 +0200 @@ -23,10 +23,11 @@ #define FAT_TABLE_32_INL + //--------------------------------------------------------------------------------------------------------------------------------------- /** @return interface to the FAT drive */ -TFatDriveInterface& CAtaFatTable::DriveInterface() const +TDriveInterface& CAtaFatTable::DriveInterface() const { return iDriveInteface; }