diff options
Diffstat (limited to 'Swiften/EventLoop/SimpleEventLoop.h')
-rw-r--r-- | Swiften/EventLoop/SimpleEventLoop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/EventLoop/SimpleEventLoop.h b/Swiften/EventLoop/SimpleEventLoop.h index 47f72b4..eedaf88 100644 --- a/Swiften/EventLoop/SimpleEventLoop.h +++ b/Swiften/EventLoop/SimpleEventLoop.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once @@ -15,13 +15,13 @@ #include <Swiften/EventLoop/EventLoop.h> namespace Swift { class SWIFTEN_API SimpleEventLoop : public EventLoop { public: SimpleEventLoop(); - ~SimpleEventLoop(); + virtual ~SimpleEventLoop(); void run() { doRun(false); } void runUntilEvents() { |