Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/CommandLineUI/CommandLineParser_validate.hpp

    r7d9416 r33e801  
    2222#include <boost/lexical_cast.hpp>
    2323
     24struct KeyValuePair;
    2425class RealSpaceMatrixValue;
    2526class VectorValue;
    2627
     28void validate(boost::any& v, const std::vector<std::string>& values, KeyValuePair *, int);
     29void validate(boost::any& v, const std::vector<std::string>& values, std::vector<KeyValuePair> *, int);
    2730void validate(boost::any& v, const std::vector<std::string>& values, VectorValue *, int);
    2831void validate(boost::any& v, const std::vector<std::string>& values, RealSpaceMatrixValue *, int);
Note: See TracChangeset for help on using the changeset viewer.