diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/preferences.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/preferences.h b/src/preferences.h index 4e3d0732c..d8706a501 100644 --- a/src/preferences.h +++ b/src/preferences.h @@ -2,7 +2,7 @@ * @brief Singleton class to access the preferences file in a convenient way. */ /* Authors: - * Krzysztof KosiĆski <tweenk.pl@gmail.com> + * Krzysztof Kosi_ski <tweenk.pl@gmail.com> * Jon A. Cruz <jon@joncruz.org> * * Copyright (C) 2008,2009 Authors @@ -28,6 +28,7 @@ namespace Inkscape { class ErrorReporter { public: + virtual ~ErrorReporter() {} virtual void handleError(Glib::ustring const& primary, Glib::ustring const& secondary ) const = 0; }; |
