diff options
Diffstat (limited to 'option.h')
-rw-r--r-- | option.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ struct option_handler { bool handled; option_handler() : handled(false) {} + virtual ~option_handler() {} virtual void operator()(const char * arg = NULL) = 0; }; |