Changeset 329 in Sophya for trunk/SophyaPI/PI/pidrawwin.cc


Ignore:
Timestamp:
Jun 24, 1999, 4:24:58 PM (26 years ago)
Author:
ercodmgr
Message:

Ajout de const dans les declarations de char * dans tout PI
(char * --> const char *)
Passage a 5 types de fontes differentes (Def, Courier, Helvetica, Times, Symbol)

Reza 24/6/99

File:
1 edited

Legend:

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

    r107 r329  
    11#include "pidrawwin.h"
    22
    3 PIDrawWindow::PIDrawWindow(PIMsgHandler* par, char *nom,
     3PIDrawWindow::PIDrawWindow(PIMsgHandler* par, const char *nom,
    44                               PIWindowKind k, int sx, int sy, int px, int py)
    55:PIWindow(par, nom, k, sx, sy, px, py)
Note: See TracChangeset for help on using the changeset viewer.