Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / debug / event-tracker.h
index 362175f9469e9ae2c008eae687b28fd1cebd295e..fe2069a29de3eec885defb76d78bbb3f61e53c4c 100644 (file)
@@ -24,7 +24,7 @@ template <typename Event=NoInitialEvent> class EventTracker;
 
 class EventTrackerBase {
 public:
-    ~EventTrackerBase() {
+    virtual ~EventTrackerBase() {
         if (_active) {
             Logger::finish();
         }
@@ -221,4 +221,4 @@ public:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :