Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Process.cpp

    r7c4e29 r24a5e0  
    1313  Action(_name,_doRegister),
    1414  maxSteps(_maxSteps),
     15  active(false),
    1516  starts(false),
    16   stops(false),
    17   active(false)
     17  stops(false)
    1818{}
    1919
Note: See TracChangeset for help on using the changeset viewer.