Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.cc

    r3532 r3572  
    193193double SophyaInitiator::GetVersion(string& svers)
    194194{
    195   char* compiler = 0;
     195  const char* compiler = 0;
    196196  #ifdef __GNUG__
    197197  compiler = "gcc " __VERSION__;
Note: See TracChangeset for help on using the changeset viewer.