diff -r 96e5fb8b040d -r 36bfc973b146 userlibandfileserver/fileserver/sfat32/inc/fat_table32.inl --- a/userlibandfileserver/fileserver/sfat32/inc/fat_table32.inl Thu Dec 17 09:24:54 2009 +0200 +++ 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; }