Changeset 94605f for src/Actions/OptionRegistry.cpp
- Timestamp:
- May 5, 2016, 5:14:19 PM (10 years ago)
- Parents:
- 4a319a
- git-author:
- Frederik Heber <heber@…> (05/05/16 14:54:56)
- git-committer:
- Frederik Heber <heber@…> (05/05/16 17:14:19)
- File:
-
- 1 edited
-
src/Actions/OptionRegistry.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/OptionRegistry.cpp
r4a319a r94605f 99 99 void OptionRegistry::ConsistencyCheck() 100 100 { 101 ActionQueue &AQ = ActionQueue::getInstance();101 const ActionQueue &AQ = ActionQueue::getConstInstance(); 102 102 ActionQueue::ActionTokens_t tokens = AQ.getListOfActions(); 103 103 for (ActionQueue::ActionTokens_t::const_iterator actioniter = tokens.begin();
Note:
See TracChangeset
for help on using the changeset viewer.
