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