- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Validators/Specific/FileSuffixValidator.hpp
r4475b2 rdae158 33 33 Validator< boost::filesystem::path >* clone() const; 34 34 35 const std::string & getSuffix() const 36 { return suffix; } 37 35 38 private: 36 39 std::string suffix;
Note:
See TracChangeset
for help on using the changeset viewer.