Replace erroneous public keyword by private in C.129. (#1166)

This commit is contained in:
Stephan Weller 2018-03-26 20:13:11 +02:00 committed by Andrew Pardoe
parent edf13aabc0
commit 2c3d9921b6

View File

@ -6721,7 +6721,7 @@ The importance of keeping the two kinds of inheritance increases
virtual void redraw();
// ...
public:
private:
Point cent;
Color col;
};