summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f43819d)
raw | patch | inline | side by side (parent: f43819d)
author | joncruz <joncruz@users.sourceforge.net> | |
Wed, 27 May 2009 08:10:11 +0000 (08:10 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Wed, 27 May 2009 08:10:11 +0000 (08:10 +0000) |
src/preferences.h | patch | blob | history |
diff --git a/src/preferences.h b/src/preferences.h
index 4e3d0732c00fb6b359ad26cc3f2d94f217d92bed..d8706a501011de42768fd565928ddb7daf0400f3 100644 (file)
--- a/src/preferences.h
+++ b/src/preferences.h
* @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
class ErrorReporter {
public:
+ virtual ~ErrorReporter() {}
virtual void handleError(Glib::ustring const& primary, Glib::ustring const& secondary ) const = 0;
};