Ignore:
File:
1 edited

Legend:

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

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