Changeset 53f5e6 for molecuilder/src/Actions
- Timestamp:
- Jan 5, 2010, 1:48:05 PM (16 years ago)
- Children:
- 6d21bd
- Parents:
- 70c4aa6
- Location:
- molecuilder/src/Actions
- Files:
-
- 2 edited
-
ErrorAction.cpp (modified) (1 diff)
-
ErrorAction.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ErrorAction.cpp
r70c4aa6 r53f5e6 14 14 using namespace std; 15 15 16 ErrorAction::ErrorAction(c har * _errorMsg) :16 ErrorAction::ErrorAction(const char * _errorMsg) : 17 17 errorMsg(_errorMsg) 18 18 { -
molecuilder/src/Actions/ErrorAction.hpp
r70c4aa6 r53f5e6 15 15 { 16 16 public: 17 ErrorAction(c har *);17 ErrorAction(const char *); 18 18 virtual ~ErrorAction(); 19 19
Note:
See TracChangeset
for help on using the changeset viewer.
