Changeset 3572 in Sophya for trunk/SophyaLib/TArray/basarr.h


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/TArray/basarr.h

    r3173 r3572  
    200200  DVList* mInfo;    //!< Infos (variables) attached to the array
    201201
    202   static char * ck_op_msg_[6]; //!< Operation messages for CheckDI() CheckBound()
     202  static const char * ck_op_msg_[6]; //!< Operation messages for CheckDI() CheckBound()
    203203  static sa_size_t max_nprt_; //!< maximum number of printed elements
    204204  static int_4 prt_lev_;  //!< Print level
Note: See TracChangeset for help on using the changeset viewer.