summaryrefslogtreecommitdiff
diff options
-rw-r--r--tests/test_grabhandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_grabhandle.cpp b/tests/test_grabhandle.cpp
index 55ac6f200..b3726b18e 100644
--- a/tests/test_grabhandle.cpp
+++ b/tests/test_grabhandle.cpp
@@ -104,7 +104,7 @@ class MockGrabHandleTextureFactory : public unity::MT::Texture::Factory
public:
MockGrabHandleTextureFactory () : Factory () {};
- virtual unity::MT::Texture::Ptr create ();
+ unity::MT::Texture::Ptr create ();
};
class MockGrabHandleWindow : public unity::MT::GrabHandleWindow