Changeset 358 for bdm/user_info.cpp

Show
Ignore:
Timestamp:
06/08/09 15:22:12 (15 years ago)
Author:
smidl
Message:

compilation fixes for Linux

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/user_info.cpp

    r357 r358  
    110110        return; 
    111111 
    112     string link = (string) potential_link; 
     112    string link = (const char*) potential_link; 
    113113    size_t aerobase = link.find('@'); 
    114114    if ( aerobase != string::npos ) 
     
    397397{ 
    398398    ASSERT_UITYPE(element,TypeString); 
    399     str = (string) element; 
     399    str = (const char*) element; 
    400400} 
    401401