Ignore:
File:
1 edited

Legend:

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

    r56f73b r7d9416  
    2222#include <boost/lexical_cast.hpp>
    2323
    24 class BoxValue;
     24class RealSpaceMatrixValue;
    2525class VectorValue;
    2626
    2727void validate(boost::any& v, const std::vector<std::string>& values, VectorValue *, int);
    28 void validate(boost::any& v, const std::vector<std::string>& values, BoxValue *, int);
     28void validate(boost::any& v, const std::vector<std::string>& values, RealSpaceMatrixValue *, int);
    2929void validate(boost::any& v, const std::vector<std::string>& values, boost::filesystem::path *, int);
    3030
Note: See TracChangeset for help on using the changeset viewer.