summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xorg/gtest/xorg-gtest-xserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xorg/gtest/xorg-gtest-xserver.h b/include/xorg/gtest/xorg-gtest-xserver.h
index 623e672..0574901 100644
--- a/include/xorg/gtest/xorg-gtest-xserver.h
+++ b/include/xorg/gtest/xorg-gtest-xserver.h
@@ -88,7 +88,7 @@ class XServer : public xorg::testing::Process {
*
* @param [in] program Path to the XServer binary
*/
- void Start(const std::string &program = "");
+ virtual void Start(const std::string &program = "");
/**
* Terminates this server process. Will signal the server to terminate