Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cpp-class-definition-derived « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b98cd09ab5dabe4b0d6277cc8a56cb84c7426ea (plain)
1
2
3
4
5
class RIGHT :
	public Baseclass
{
	int ChangeMe;
};