Changeset 3272 in Sophya for trunk/SophyaPI/PIext/pintuple.cc


Ignore:
Timestamp:
Jun 20, 2007, 7:04:32 PM (18 years ago)
Author:
cmv
Message:

fix default argument given in method .cc SelectColorByName SelectColorByIndex cmv 20/06/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pintuple.cc

    r3269 r3272  
    116116
    117117/* --Methode-- */
    118 void  PINTuple::SelectColorByName(const char* pcolnm=NULL)
     118void  PINTuple::SelectColorByName(const char* pcolnm)
    119119{
    120120if (pcolnm == NULL) cnK = -1;
     
    124124
    125125/* --Methode-- */
    126 void  PINTuple::SelectColorByIndex(const char* pcolidx=NULL)
     126void  PINTuple::SelectColorByIndex(const char* pcolidx)
    127127{
    128128if (pcolidx == NULL) ciK = -1;
Note: See TracChangeset for help on using the changeset viewer.