repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
utf8: NO_ICONV: silence uninitialized variable warning
[git.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
};