summaryrefslogtreecommitdiff
diff options
authorSam Spilsbury <sam.spilsbury@canonical.com>2011-12-23 09:24:50 +0800
committerSam Spilsbury <sam.spilsbury@canonical.com>2011-12-23 09:24:50 +0800
commit3592bc0288ac6b7e9ef9b2817970f906aea68642 (patch)
tree34be9edacc03cbd21818a45033ee2d2f02c2b92f
parent767cd93af83fa373128539e2555cbc274365463d (diff)
Remove virtual function
(bzr r1794.5.7)
-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 eed5a7d74..c3e94aabf 100644
--- a/tests/test_grabhandle.cpp
+++ b/tests/test_grabhandle.cpp
@@ -39,7 +39,7 @@ class MockLayoutGrabHandleImplFactory : public unity::MT::GrabHandle::ImplFactor
public:
MockLayoutGrabHandleImplFactory () : ImplFactory () {};
- virtual GrabHandle::Impl * create (const GrabHandle::Ptr &h);
+ GrabHandle::Impl * create (const GrabHandle::Ptr &h);
};
class MockShowHideGrabHandleImpl : public unity::MT::GrabHandle::Impl