Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/CommandLineUI/CommandLineStatusIndicator.cpp

    r5079a0 r112b09  
    66 */
    77
     8#include "Helpers/MemDebug.hpp"
    89
    910#include "CommandLineUI/CommandLineStatusIndicator.hpp"
     
    1516using namespace std;
    1617
    17 CommandLineStatusIndicator::CommandLineStatusIndicator()
     18CommandLineStatusIndicator::CommandLineStatusIndicator() :
     19    Observer("CommandLineStatusIndicator")
    1820{
    1921  Process::AddObserver(this);
Note: See TracChangeset for help on using the changeset viewer.