Changeset 42 in Sophya


Ignore:
Timestamp:
Mar 14, 1997, 12:14:56 PM (29 years ago)
Author:
aubourg
Message:

blabla

File:
1 edited

Legend:

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

    r37 r42  
    6161  PIColorMap* cmap;
    6262
    63   typedef struct {
     63#ifdef __DECCXX
     64public:
     65#endif
     66  struct DrwEl{
    6467    int eid, etyp;
    6568    int ex,ey;
    6669    int edx,edy;
    6770    string es;
    68   } DrwEl;
     71  };
     72#ifdef __DECCXX
     73protected:
     74#endif
    6975  typedef list<DrwEl> DrwElList;
    7076
Note: See TracChangeset for help on using the changeset viewer.