diff options
Diffstat (limited to 'src/extension/error-file.h')
| -rw-r--r-- | src/extension/error-file.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extension/error-file.h b/src/extension/error-file.h index e710c0e4e..c4983e7e7 100644 --- a/src/extension/error-file.h +++ b/src/extension/error-file.h @@ -23,10 +23,10 @@ class ErrorFileNotice : public Gtk::MessageDialog { /** The checkbutton, this is so we can figure out when it gets checked */ Gtk::CheckButton * checkbutton; - void checkbox_toggle(void); + void checkbox_toggle(); public: - ErrorFileNotice (void); - int run (void); + ErrorFileNotice (); + int run (); }; }; }; /* namespace Inkscape, Extension */ |
