Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/CommandAction/WarrantyAction.cpp

    re4afb4 r7230be  
    1919
    2020#include "Helpers/MemDebug.hpp"
     21
     22#include "CommandLineParser.hpp"
    2123
    2224#include <iostream>
     
    5961  return false;
    6062}
     63
     64const string CommandWarrantyAction::getName() {
     65  return NAME;
     66}
    6167/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.