Ignore:
Timestamp:
Dec 22, 2003, 1:39:30 PM (22 years ago)
Author:
ansari
Message:

Corrections petites erreurs / warning, suite compilation sur SGI-CC - Reza 22 Dec 2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppfnametag.h

    r2481 r2484  
    2121  { return pi.GotoNameTag(_tname); }
    2222  inline void WriteTag(POutPersist& po) const
    23   { return po.WriteNameTag(_tname); }
     23  { po.WriteNameTag(_tname); return; }
    2424  inline char*  operator= (char* s) { _tname = s; return s; }
    2525  inline string const & operator= (string const & s)  { _tname = s; return s; }
Note: See TracChangeset for help on using the changeset viewer.