Changeset 3e8325 for molecuilder/src/Actions/ErrorAction.cpp
- Timestamp:
- Jan 7, 2010, 2:46:34 PM (16 years ago)
- Children:
- d97af9
- Parents:
- 34ff5e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/ErrorAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ErrorAction.cpp
r34ff5e6 r3e8325 14 14 using namespace std; 15 15 16 ErrorAction::ErrorAction(const char * _errorMsg) : 16 ErrorAction::ErrorAction(string _name,const char * _errorMsg,bool _doRegister) : 17 Action(_name,_doRegister), 17 18 errorMsg(_errorMsg) 18 19 {
Note:
See TracChangeset
for help on using the changeset viewer.
