From 23019cecb41253a4d412dc14c155e858e0e7b7cb Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 27 May 2009 08:10:11 +0000 Subject: Fixed non-ASCII characters in source file. Added missing virtual dtor. (bzr r7951) --- src/preferences.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 + * Krzysztof Kosi_ski * Jon A. Cruz * * 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; }; -- cgit v1.2.3