summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Sluift/Console.h')
-rw-r--r--Sluift/Console.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Sluift/Console.h b/Sluift/Console.h
index 6ed6f58..0d5ceb0 100644
--- a/Sluift/Console.h
+++ b/Sluift/Console.h
@@ -1,3 +1,3 @@
/*
- * Copyright (c) 2013-2016 Isode Limited.
+ * Copyright (c) 2013-2017 Isode Limited.
* All rights reserved.
@@ -12,4 +12,2 @@
-#include <Swiften/Base/Override.h>
-
#include <Sluift/Completer.h>
@@ -24,3 +22,3 @@ namespace Swift {
Console(lua_State* L, Terminal* terminal);
- virtual ~Console();
+ virtual ~Console() override;
@@ -36,3 +34,3 @@ namespace Swift {
- virtual std::vector<std::string> getCompletions(const std::string&, int start, int end) SWIFTEN_OVERRIDE;
+ virtual std::vector<std::string> getCompletions(const std::string&, int start, int end) override;