summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Sluift/StandardTerminal.h')
-rw-r--r--Sluift/StandardTerminal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sluift/StandardTerminal.h b/Sluift/StandardTerminal.h
index 2109878..7582f7e 100644
--- a/Sluift/StandardTerminal.h
+++ b/Sluift/StandardTerminal.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.
*/
@@ -14,7 +14,7 @@ namespace Swift {
class StandardTerminal : public Terminal {
public:
StandardTerminal();
- virtual ~StandardTerminal();
+ virtual ~StandardTerminal() SWIFTEN_OVERRIDE;
virtual boost::optional<std::string> readLine(const std::string& prompt) SWIFTEN_OVERRIDE;
virtual void printError(const std::string& message) SWIFTEN_OVERRIDE;