Ignore:
Timestamp:
Mar 8, 2013, 4:32:54 PM (11 years ago)
Author:
touze
Message:

ajout d'une extension de fichier pour les cliches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/include/GWt_ligneFaisceau.h

    r359 r379  
    1616class GWt_dropZoneLigneFaisceau;
    1717
    18 class Compteur {
     18class compteur {
    1919    int n_;
    2020   
    2121    public :
    22     Compteur() {n_= 0;}
     22    compteur() {n_= 0;}
    2323    int incr() {return ++n_;}
    2424};
     
    2828    WHBoxLayout* ligneFaisceauLayout_;
    2929    PspaApplication* pspa_;
    30     Compteur *nObjets_;
    3130   
    3231    public :
     
    4948    void removeElement(GWt_abstractElement*);
    5049   
    51     ~GWt_LigneFaisceau() {
    52         if(nObjets_ != NULL) delete[] nObjets_;
    53     }
     50    ~GWt_LigneFaisceau() {;}
    5451   
    5552    /** return the abstract element at a position
Note: See TracChangeset for help on using the changeset viewer.