summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Sluift/Console.h')
-rw-r--r--Sluift/Console.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sluift/Console.h b/Sluift/Console.h
index 6ed6f58..dc51dab 100644
--- a/Sluift/Console.h
+++ b/Sluift/Console.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2016 Isode Limited.
+ * Copyright (c) 2013-2017 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -22,7 +22,7 @@ namespace Swift {
class Console : public Completer {
public:
Console(lua_State* L, Terminal* terminal);
- virtual ~Console();
+ virtual ~Console() SWIFTEN_OVERRIDE;
void run();