Code

Fixed non-ASCII characters in source file. Added missing virtual dtor.
authorjoncruz <joncruz@users.sourceforge.net>
Wed, 27 May 2009 08:10:11 +0000 (08:10 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Wed, 27 May 2009 08:10:11 +0000 (08:10 +0000)
src/preferences.h

index 4e3d0732c00fb6b359ad26cc3f2d94f217d92bed..d8706a501011de42768fd565928ddb7daf0400f3 100644 (file)
@@ -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;
 };