mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Replace erroneous public keyword by private in C.129. (#1166)
This commit is contained in:
parent
edf13aabc0
commit
2c3d9921b6
|
@ -6721,7 +6721,7 @@ The importance of keeping the two kinds of inheritance increases
|
|||
virtual void redraw();
|
||||
|
||||
// ...
|
||||
public:
|
||||
private:
|
||||
Point cent;
|
||||
Color col;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user