Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/UIElements/CommandLineUI/CommandLineUIFactory.cpp

    r112b09 rbf3817  
    55 *      Author: heber
    66 */
     7
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
    712
    813#include "Helpers/MemDebug.hpp"
     
    3237  return new CommandLineWindow();
    3338}
     39
     40CommandLineUIFactory::description::description() :
     41    UIFactory::factoryDescription("CommandLine")
     42{}
     43
     44CommandLineUIFactory::description::~description()
     45{}
     46
     47UIFactory* CommandLineUIFactory::description::makeFactory(){
     48  return new CommandLineUIFactory();
     49}
Note: See TracChangeset for help on using the changeset viewer.