- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MakroAction_impl_pre.hpp
r975b83 r329cf3 263 263 // =========== constructor =========== 264 264 ACTION::ACTION () : 265 MakroAction(ActionTraits< ACTION >(), actions) 265 MakroAction(ActionTraits< ACTION >(), actions), 266 actions(prototype_actions) 266 267 {} 267 268 … … 294 295 Action* ACTION::clone(enum QueryOptions flag) const 295 296 { 296 if (flag == Interactive) 297 return new ACTION(); 298 else 299 return new ACTION(*this); 297 return new ACTION(); 300 298 } 301 299
Note:
See TracChangeset
for help on using the changeset viewer.