mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix typo: Public
-> public
(#1025)
This commit is contained in:
parent
c04e3657fb
commit
c2456ccf5b
|
@ -6885,7 +6885,7 @@ And we could extend the hierarchies by adding a Smiley class (:-)):
|
|||
// ...
|
||||
};
|
||||
|
||||
class Impl::Smiley : Public Smiley, public Impl::Circle { // implementation
|
||||
class Impl::Smiley : public Smiley, public Impl::Circle { // implementation
|
||||
public:
|
||||
// constructors, destructor
|
||||
// ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user