Skip to content

Commit edeac60

Browse files
author
sajith
committed
Improved
1 parent bcaa0ed commit edeac60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISP/isp_multiple_inheritance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class D : public B, public C
4242
public:
4343
void foo()
4444
{
45-
std::cout << "D\n";
45+
std::cout << "D\n"; // otherwise no unique overrider
4646
}
4747
};
4848

0 commit comments

Comments
 (0)