Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: b4374e96c84ed9394fed363973eb540da308ed4f authored by Junio C Hamano on 09 March 2020, 18:20:59 UTC
Git 2.26-rc1
Tip revision: b4374e9
cpp-class-definition-derived
class RIGHT :
	public Baseclass
{
	int ChangeMe;
};
back to top