Changeset 110 in Sophya for trunk/SophyaPI/PI/pioptmenugen.cc
- Timestamp:
- Jun 12, 1998, 6:37:41 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pioptmenugen.cc
r8 r110 2 2 3 3 4 PIOptMenuGen::PIOptMenuGen(PIContainerGen* par, PIPUMenu *pdm, 5 int sx, int sy, int px, int py) 6 : PIContainer(par, (char*) pdm->Nom().c_str(), sx, sy, px, py) // Attention au const ! 4 PIOptMenuGen::PIOptMenuGen(PIContainerGen* par, char* nom, int sx, int sy, int px, int py) 5 : PIWdg(par, nom, sx, sy, px, py) // Attention au const ! 7 6 { 8 7 }
Note:
See TracChangeset
for help on using the changeset viewer.