summaryrefslogtreecommitdiff
path: root/tests
diff options
authorSam Spilsbury <sam.spilsbury@canonical.com>2011-12-22 21:03:53 +0800
committerSam Spilsbury <sam.spilsbury@canonical.com>2011-12-22 21:03:53 +0800
commita05191c38922f58489d563fe790540a776b2394b (patch)
tree83c4064640298b8da0bf2e73a93db74e7a6b8c25 /tests
parentf8067be50f915e8217f86b52878743d82b7f3ab8 (diff)
parent2c217262dbedef276d81a88458723e4e70d7b495 (diff)
Merged 901714.test_show_hide into 901714.test_animation.
(bzr r1794.6.5)
Diffstat (limited to 'tests')
-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