Show
Ignore:
Timestamp:
03/16/08 12:42:43 (7 months ago)
Author:
cyrusdaboo
Message:

Fix some compiler warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Calendar_Store_View/CCalendarStoreTable.cp

    r160 r163  
    281281                                        outEnabled = true; 
    282282                                        outUsesMark = true; 
    283                                         outMark = node->GetProtocol()->IsLoggedOn() ? checkMark : noMark; 
     283                                        outMark = node->GetProtocol()->IsLoggedOn() ? (UInt16)checkMark : (UInt16)noMark; 
    284284                                        ::GetIndString(outName, STRx_Standards, !outMark ? str_Logon : str_Logoff); 
    285285                                } 
     
    301301                                        outEnabled = true; 
    302302                                        outUsesMark = true; 
    303                                         outMark = !node->GetProtocol()->IsDisconnected() ? checkMark : noMark; 
     303                                        outMark = !node->GetProtocol()->IsDisconnected() ? (UInt16)checkMark : (UInt16)noMark; 
    304304                                        ::GetIndString(outName, STRx_Standards, !outMark ? str_Logon : str_Logoff); 
    305305                                }