Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/FormatParser_Parameters.hpp

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