Skip to content

Commit 5f5a518

Browse files
committed
Removed semicolumn to remove warning
1 parent c55af99 commit 5f5a518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AllTests/MockDocumentationTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ClassFromProductionCode
6565
{
6666
public:
6767
virtual void importantFunction(){}
68-
virtual ~ClassFromProductionCode() {};
68+
virtual ~ClassFromProductionCode() {}
6969
};
7070

7171
class ClassFromProductionCodeMock : public ClassFromProductionCode

0 commit comments

Comments
 (0)