Changeset 2581 in Sophya for trunk/SophyaProg


Ignore:
Timestamp:
Jul 29, 2004, 6:07:26 PM (21 years ago)
Author:
cmv
Message:

correction petite erreur compil return dans methode void rz 29/07/04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/carrt.cc

    r2578 r2581  
    3030
    3131template <class T>
    32 void getMinMax(TArray<T>& a, T& min, T& max) { return a.MinMax(min, max); }
     32void getMinMax(TArray<T>& a, T& min, T& max) { a.MinMax(min, max); }
    3333
    3434int main(int narg, char* arg[])
Note: See TracChangeset for help on using the changeset viewer.