Changeset 8a4f12 for molecuilder/src/Actions/Action.cpp
- Timestamp:
- Mar 11, 2010, 2:08:44 PM (15 years ago)
- Children:
- c3f8c4
- Parents:
- abab7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/Action.cpp
rabab7e r8a4f12 17 17 { 18 18 if(_doRegister){ 19 ActionRegistry::get Registry()->registerAction(this);19 ActionRegistry::getInstance().registerAction(this); 20 20 } 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.