git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change %i to %d
[stg.git]
/
projects
/
sgconf
/
action.h
diff --git
a/projects/sgconf/action.h
b/projects/sgconf/action.h
index 0ffd4aad46df0daba3140d5e677c9424d34fffc8..0c1b4f92a57aed3e70ad0acf663c22463a25c281 100644
(file)
--- a/
projects/sgconf/action.h
+++ b/
projects/sgconf/action.h
@@
-40,6
+40,7
@@
class ACTION
virtual std::string DefaultDescription() const = 0;
virtual OPTION_BLOCK & Suboptions() = 0;
virtual PARSER_STATE Parse(int argc, char ** argv) = 0;
+ virtual void ParseValue(const std::string &) {}
class ERROR : public std::runtime_error
{