mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
Minor
This commit is contained in:
parent
9caa432d0c
commit
2382dd07fa
1 changed files with 3 additions and 3 deletions
|
@ -56,12 +56,12 @@ void fail (hb_bool_t suggest_help, const char *format, ...) G_GNUC_NORETURN G_GN
|
|||
|
||||
struct option_group_t
|
||||
{
|
||||
virtual ~option_group_t () {}
|
||||
virtual ~option_group_t (void) {}
|
||||
|
||||
virtual void add_options (struct option_parser_t *parser) = 0;
|
||||
|
||||
virtual void pre_parse (GError **error G_GNUC_UNUSED) {};
|
||||
virtual void post_parse (GError **error G_GNUC_UNUSED) {};
|
||||
virtual void pre_parse (GError **error G_GNUC_UNUSED) {}
|
||||
virtual void post_parse (GError **error G_GNUC_UNUSED) {}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue