Changeset 49 in Sophya


Ignore:
Timestamp:
May 30, 1997, 3:31:56 PM (28 years ago)
Author:
aubourg
Message:

Changements pour compil cxx saclay, et quelques modifs pour prod ccpn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pipixmapgen.cc

    r37 r49  
    110110      break;
    111111    case PIDEL_Text :
    112       txt = (*it).es.c_str();
     112      txt = (char*) ((*it).es.c_str());
    113113      DrawString((*it).ex, (*it).ey, txt );
    114114      break;
Note: See TracChangeset for help on using the changeset viewer.