Skip to content

Commit 77ac3d0

Browse files
lcarteyrvermeulen
andauthored
Update cpp/autosar/test/rules/A7-3-1/test.cpp
Co-authored-by: Remco Vermeulen <rvermeulen@users.noreply.github.com>
1 parent 40ef3c6 commit 77ac3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/test/rules/A7-3-1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class C5 : public C1 {
6767
using C1::f1; // order of using and f1 declaration is not relevant
6868

6969
void f2(double) override; // COMPLIANT
70-
using C1::f2; // order of using and f1 declaration is not relevant
70+
using C1::f2; // order of using and f2 declaration is not relevant
7171
};
7272

7373
void f2() {

0 commit comments

Comments
 (0)