mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 03:00:58 -06:00
Change arrangement of optional and help text arguments
This commit is contained in:
@@ -56,8 +56,8 @@ struct Verifier {
|
||||
};
|
||||
|
||||
struct DocumentationEntry {
|
||||
DocumentationEntry(std::string key, Verifier* t, Optional optional = Optional::No,
|
||||
std::string doc = "");
|
||||
DocumentationEntry(std::string key, Verifier* t, std::string doc = "",
|
||||
Optional optional = Optional::No);
|
||||
|
||||
std::string key;
|
||||
std::shared_ptr<Verifier> tester;
|
||||
|
||||
Reference in New Issue
Block a user