summaryrefslogtreecommitdiff
path: root/gtest/include/xorg/gtest/xorg-gtest-xserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/include/xorg/gtest/xorg-gtest-xserver.h')
-rw-r--r--gtest/include/xorg/gtest/xorg-gtest-xserver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtest/include/xorg/gtest/xorg-gtest-xserver.h b/gtest/include/xorg/gtest/xorg-gtest-xserver.h
index 3a8e1b9..5101d52 100644
--- a/gtest/include/xorg/gtest/xorg-gtest-xserver.h
+++ b/gtest/include/xorg/gtest/xorg-gtest-xserver.h
@@ -80,7 +80,7 @@ public:
class XServer : public xorg::testing::Process {
public:
XServer();
- virtual ~XServer();
+ ~XServer() override;
/**
* Start a new server. If no binary is given, the server started is the
@@ -101,7 +101,7 @@ class XServer : public xorg::testing::Process {
* @returns true if termination succeeded and, if a timout is given, the
* process shut down within that timeout. false otherwise.
*/
- virtual bool Terminate(unsigned int timeout = 2000);
+ bool Terminate(unsigned int timeout = 2000) override;
/**
* Kills the server. With a vengeance.
@@ -113,7 +113,7 @@ class XServer : public xorg::testing::Process {
* @returns true if kill succeeded and, if a timout is given, the
* process shut down within that timeout. false otherwise.
*/
- virtual bool Kill(unsigned int timeout = 2000);
+ bool Kill(unsigned int timeout = 2000) override;
/**
* Remove the log file used by this server. By default, this function