Changeset 2941 for trunk


Ignore:
Timestamp:
05/13/14 14:40:27 (10 years ago)
Author:
Malte Marquarding
Message:

Fix const char* warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2869 r2941  
    995995  {
    996996    String tmp = s.substr( 0, s.find_first_of( "," ) ) ;
    997     Char *separators[] = { ":", "#", ".", "_" } ;
     997    const Char *separators[] = { ":", "#", ".", "_" } ;
    998998    uInt nsep = 4 ;
    999999    for ( uInt i = 0 ; i < nsep ; i++ ) {
Note: See TracChangeset for help on using the changeset viewer.