Changeset 3272 in Sophya
- Timestamp:
- Jun 20, 2007, 7:04:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.cc
r3269 r3272 116 116 117 117 /* --Methode-- */ 118 void PINTuple::SelectColorByName(const char* pcolnm =NULL)118 void PINTuple::SelectColorByName(const char* pcolnm) 119 119 { 120 120 if (pcolnm == NULL) cnK = -1; … … 124 124 125 125 /* --Methode-- */ 126 void PINTuple::SelectColorByIndex(const char* pcolidx =NULL)126 void PINTuple::SelectColorByIndex(const char* pcolidx) 127 127 { 128 128 if (pcolidx == NULL) ciK = -1;
Note:
See TracChangeset
for help on using the changeset viewer.