mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Replace erroneous public keyword by private in C.129. (#1166)
This commit is contained in:
committed by
Andrew Pardoe
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user