Sign in
◑
Theme
code
/
git
/
f8740c586b2d39565a3f484debfa6d075f2ce5a0
/
.
/
t
/
t4018
/
cpp-skip-access-specifiers
blob: 4d4a9dbb9db5f91cc73a742d5d55faa63fcbe3fd [
file
]
class
RIGHT
:
public
Baseclass
{
public
:
protected
:
private
:
void
DoSomething
();
int
ChangeMe
;
};