Ignore:
Timestamp:
Apr 23, 1999, 11:01:39 AM (26 years ago)
Author:
ansari
Message:

Compil egcs Reza 23/04/99

File:
1 edited

Legend:

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

    r242 r251  
    1515        public:
    1616                explicit PThrowable(const string& m) : msg(m) {}
     17                virtual ~PThrowable() { }
    1718                virtual string const& Msg() const  {return msg;}
    1819        private:
Note: See TracChangeset for help on using the changeset viewer.