Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/FormatParser_Parameters.hpp

    r7f570c r118f1e  
    2020#include "Parser/Parameters/ParameterStorage.hpp"
    2121
    22 class Parameter;
     22class ParameterAsString;
    2323
    2424/** This class is an interface to the internal parameters of any FormatParser.
     
    4141
    4242  // accessing parameters in storage
    43   void appendParameter(Parameter *instance);
     43  void appendParameter(ParameterAsString *instance);
    4444  bool haveParameter(const std::string &_name) const;
    45   Parameter *getParameter(const std::string &_name) const;
     45  ParameterAsString *getParameter(const std::string &_name) const;
    4646
    4747protected:
Note: See TracChangeset for help on using the changeset viewer.