Changeset 2876 in Sophya


Ignore:
Timestamp:
Jan 3, 2006, 3:35:39 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): correction petits bugs - Reza 3 Jan 2006

Location:
trunk/SophyaPI/PI
Files:
3 edited

Legend:

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

    r2528 r2876  
    2525                 PI_HandPointer = 3, PI_TDLRArrowPointer = 4 };
    2626
     27// Forward declaration for PIDrawer
     28class PIDrawer;
    2729
    2830class PIBaseWdgGen : public PIWdg
  • trunk/SophyaPI/PI/picontainergen.cc

    r2780 r2876  
    270270  {
    271271  PIWdg ** och = mChilds;
    272   mChilds = new (PIWdg * [mMxCh+NCHALGRP]);
     272  mChilds = new PIWdg * [mMxCh+NCHALGRP];
    273273  for(int i=0; i<mNCh; i++)  mChilds[i] = och[i];
    274274  delete[] och;
  • trunk/SophyaPI/PI/piwdgx.cc

    r2776 r2876  
    142142
    143143#ifdef DEBUG_PIWdgX
    144 printf("Debug_PIWdgX::CreateXtWdg(%s) Getting in \n");
     144if (nom) printf("Debug_PIWdgX::CreateXtWdg(%s) Getting in \n", nom);
     145else printf("Debug_PIWdgX::CreateXtWdg(NULL) Getting in \n");
    145146#endif
    146147
Note: See TracChangeset for help on using the changeset viewer.