Changeset 358 for bdm/stat/loggers.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/stat/loggers.cpp

    r357 r358  
    3030{        
    3131        // TODO tady se natvrdo ocekava existence stringu, nejsou zadne defaulty.. je to tak OK? 
    32         string itfilename = (string)root["filename"]; 
     32        string itfilename = (const char*)root["filename"]; 
    3333        maxlen = root["maxlen"]; 
    3434} 
     
    162162{        
    163163        // TODO tady se natvrdo ocekava existence stringu, nejsou zadne defaulty.. je to tak OK? 
    164         dirname = (string)root["dirname"]; 
     164        dirname = (const char*)root["dirname"]; 
    165165        maxlen = root["maxlen"]; 
    166166        scalarnames.set_length(0);