Changeset 3592 in Sophya for trunk/AddOn/TAcq/minifits.h
- Timestamp:
- Apr 6, 2009, 11:57:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/minifits.h
r3538 r3592 18 18 explicit MiniFITSException(const char * m) { msg = m; } 19 19 explicit MiniFITSException(const string& m) { msg = m; } 20 virtual ~MiniFITSException() { } 20 21 virtual string const& Msg() const {return msg;} 21 22 private:
Note:
See TracChangeset
for help on using the changeset viewer.