Changes in src/Actions/ErrorAction.cpp [0b2ce9:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ErrorAction.cpp
r0b2ce9 re4afb4 29 29 using namespace std; 30 30 31 ErrorAction::ErrorAction( string _name,const char * _errorMsg,bool _doRegister) :32 Action(_ name,_doRegister),31 ErrorAction::ErrorAction(const ActionTraits &_trait,const char * _errorMsg,bool _doRegister) : 32 Action(_trait,_doRegister), 33 33 errorMsg(_errorMsg) 34 34 {
Note:
See TracChangeset
for help on using the changeset viewer.