mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
9 lines
100 B
Text
9 lines
100 B
Text
|
class RIGHT : public Baseclass
|
||
|
{
|
||
|
public:
|
||
|
protected:
|
||
|
private:
|
||
|
void DoSomething();
|
||
|
int ChangeMe;
|
||
|
};
|