Ignore:
Timestamp:
01/25/12 10:29:50 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed some g++ warnings: deprecated conversion from string constant to ‘char*’

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/KML/KML_LinearRing.h

    r9883 r11200  
    3737                void  Write(FILE* fid,char* indent);
    3838                void  Read(FILE* fid,char* kstr);
    39                 void  WriteExp(FILE* fid,char* nstr,int sgn,double cm,double sp);
     39                void  WriteExp(FILE* fid,const char* nstr,int sgn,double cm,double sp);
    4040                int   Id(){_error_("Not implemented yet.");};
    4141                int   MyRank(){_error_("Not implemented yet.");};
Note: See TracChangeset for help on using the changeset viewer.