From 7f757884c5a04484820a97e592afae74beff95a9 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Wed, 23 Nov 2016 13:13:38 +0100 Subject: Clang: Extend clang query It's a first step to introduce clang query. Change-Id: I4d001a8883f56066765ce6bc561fa3f49611c0a4 Reviewed-by: Tim Jenssen --- tests/unit/unittest/mockrefactoringclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/unittest/mockrefactoringclient.h') diff --git a/tests/unit/unittest/mockrefactoringclient.h b/tests/unit/unittest/mockrefactoringclient.h index d35f55ad31..80db17eb96 100644 --- a/tests/unit/unittest/mockrefactoringclient.h +++ b/tests/unit/unittest/mockrefactoringclient.h @@ -32,7 +32,7 @@ #include #include "gtest-qt-printing.h" -class MockRefactoringClient final : public ClangBackEnd::RefactoringClientInterface +class MockRefactoringClient : public ClangBackEnd::RefactoringClientInterface { public: MOCK_METHOD0(alive, -- cgit v1.2.1