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

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