diff options
| author | 2017-06-25 15:21:44 +1000 | |
|---|---|---|
| committer | 2017-06-25 15:21:44 +1000 | |
| commit | fb61e98cc5b4dca8282c7388a00106f330851171 (patch) | |
| tree | 5b0bf0c247b5a78374defab5537b6cea706c8960 /src/lib/util | |
| parent | 41e1555242eb78c68c653f93ae204ef9a317890b (diff) | |
more srcclean (nw)
Diffstat (limited to 'src/lib/util')
| -rw-r--r-- | src/lib/util/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/options.h b/src/lib/util/options.h index 533f5cf4628..d0cb6e5c29f 100644 --- a/src/lib/util/options.h +++ b/src/lib/util/options.h @@ -248,7 +248,7 @@ private: std::vector<entry::shared_ptr> m_entries; // cannonical list of entries std::unordered_map<std::string, entry::weak_ptr> m_entrymap; // map for fast lookup std::string m_command; // command found - std::vector<std::string> m_command_arguments; // command arguments + std::vector<std::string> m_command_arguments; // command arguments static const char *const s_option_unadorned[]; // array of unadorned option "names" }; |
