Ignore:
Timestamp:
09/17/13 14:35:17 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: more cppcheck errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h

    r15104 r16152  
    8383        public:
    8484        ErrorException(const string &what_arg); //for windows
    85         ErrorException(const stringwhat_file,const string& what_function,int what_line,const string& what_arg);//UNIX
     85        ErrorException(const string &what_file,const string& what_function,int what_line,const string& what_arg);//UNIX
    8686        ~ErrorException() throw();
    8787        virtual const char *what() const throw();
Note: See TracChangeset for help on using the changeset viewer.