index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t4018
/
cpp-class-definition-derived
blob: 3b98cd09ab5dabe4b0d6277cc8a56cb84c7426ea (
plain
)
1
2
3
4
5
class RIGHT :
public Baseclass
{
int ChangeMe;
};