- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineStatusIndicator.cpp
r5079a0 r112b09 6 6 */ 7 7 8 #include "Helpers/MemDebug.hpp" 8 9 9 10 #include "CommandLineUI/CommandLineStatusIndicator.hpp" … … 15 16 using namespace std; 16 17 17 CommandLineStatusIndicator::CommandLineStatusIndicator() 18 CommandLineStatusIndicator::CommandLineStatusIndicator() : 19 Observer("CommandLineStatusIndicator") 18 20 { 19 21 Process::AddObserver(this);
Note:
See TracChangeset
for help on using the changeset viewer.