repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'jh/p4-human-unit-numbers'
[git/debian.git]
/
t
/
t4018
/
cpp-skip-access-specifiers
blob
4d4a9dbb9db5f91cc73a742d5d55faa63fcbe3fd
1
class RIGHT : public Baseclass
2
{
3
public:
4
protected:
5
private:
6
void DoSomething();
7
int ChangeMe;
8
};