Ignore:
File:
1 edited

Legend:

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

    rbcf653 re4afb4  
    2626
    2727#include "Actions/Action.hpp"
    28 #include "Actions/MapOfActions.hpp"
    2928#include "Actions/ActionRegistry.hpp"
    3029
    31 #include "CommandLineParser.hpp"
     30#include "UIElements/CommandLineUI/CommandLineParser.hpp"
    3231
    3332#include <iostream>
     
    3837CommandLineWindow::CommandLineWindow()
    3938{
    40   // create and register all command line callable actions
    41   MapOfActions::getInstance().populateActions();
    42 
    4339  // Add status indicators etc...
    4440  statusIndicator = new CommandLineStatusIndicator();
Note: See TracChangeset for help on using the changeset viewer.