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