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