diff options
Diffstat (limited to 'src/extension/input.h')
| -rw-r--r-- | src/extension/input.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/extension/input.h b/src/extension/input.h index c433272ca..6db5a98b9 100644 --- a/src/extension/input.h +++ b/src/extension/input.h @@ -45,13 +45,13 @@ public: Input (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp); - ~Input (void) override; - bool check (void) override; + ~Input () override; + bool check () override; SPDocument * open (gchar const *uri); - gchar * get_mimetype (void); - gchar * get_extension (void); - gchar * get_filetypename (void); - gchar * get_filetypetooltip (void); + gchar * get_mimetype (); + gchar * get_extension (); + gchar * get_filetypename (); + gchar * get_filetypetooltip (); bool prefs (gchar const *uri); }; |
